From baf5df7d9acea95f46eaea456743241ef3d644f5 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Shibuya Date: Mon, 21 Nov 2022 18:09:01 +0900 Subject: [PATCH] Version 2.2.3 --- CHANGELOG.md | 5 +++++ lib/carrierwave/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193e70e37..f935a544b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 2.2.3 - 2022-11-21 +### Fixed +* Add workaround for 'undefined method closed?' error caused by ssrf_filter 1.1 (@mshibuya [c74579d](https://github.com/carrierwaveuploader/carrierwave/commit/c74579d382ad124193e80cc5af71824a23de57e6), [#2628](https://github.com/carrierwaveuploader/carrierwave/issues/2628)) +* Add workaround for the API change in ssrf_filter 1.1 (@BrianHawley [#2629](https://github.com/carrierwaveuploader/carrierwave/pull/2629), [#2625](https://github.com/carrierwaveuploader/carrierwave/issues/2625)) + ## 2.2.2 - 2021-05-28 ### Fixed * Fix `no implicit conversion of CSV into String` error when parsing a CSV object (@pjmartorell [#2562](https://github.com/carrierwaveuploader/carrierwave/pull/2562), [#2559](https://github.com/carrierwaveuploader/carrierwave/issues/2559)) diff --git a/lib/carrierwave/version.rb b/lib/carrierwave/version.rb index 5dcdfc518..395c1f1c2 100644 --- a/lib/carrierwave/version.rb +++ b/lib/carrierwave/version.rb @@ -1,3 +1,3 @@ module CarrierWave - VERSION = "2.2.2" + VERSION = "2.2.3" end