Skip to content

Commit 550e423

Browse files
committed
Version 3.1.1
1 parent 23bfc39 commit 550e423

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## 3.1.1 - 2025-01-12
9+
10+
### Fixed
11+
* Stop calling #mb_chars, as it is no longer necessary (@chaadow [#2773](https://github.com/carrierwaveuploader/carrierwave/pull/2773))
12+
* Fix to raise error when imagemagick is missing on Alpine >= 3.19 (@danwilliams-fl [#2772](https://github.com/carrierwaveuploader/carrierwave/pull/2772))
13+
* Fix #dup with custom serialisation (@nassim-platogo [#2771](https://github.com/carrierwaveuploader/carrierwave/pull/2771))
14+
* Fix SanitizedFile#read to behave in the same way with IO#read with arguments (@mshibuya [9eace1c](https://github.com/carrierwaveuploader/carrierwave/commit/9eace1c7625808565baeb72a52ec293589b62dfe), [#2770](https://github.com/carrierwaveuploader/carrierwave/issues/2770))
15+
816
## 3.1.0 - 2024-12-14
917

1018
_No changes._

lib/carrierwave/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CarrierWave
2-
VERSION = "3.1.0".freeze
2+
VERSION = "3.1.1".freeze
33
end

0 commit comments

Comments
 (0)