Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 12, 2025
1 parent 23bfc39 commit 550e423
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.1.1 - 2025-01-12

### Fixed
* Stop calling #mb_chars, as it is no longer necessary (@chaadow [#2773](https://github.com/carrierwaveuploader/carrierwave/pull/2773))
* Fix to raise error when imagemagick is missing on Alpine >= 3.19 (@danwilliams-fl [#2772](https://github.com/carrierwaveuploader/carrierwave/pull/2772))
* Fix #dup with custom serialisation (@nassim-platogo [#2771](https://github.com/carrierwaveuploader/carrierwave/pull/2771))
* 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))

## 3.1.0 - 2024-12-14

_No changes._
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CarrierWave
VERSION = "3.1.0".freeze
VERSION = "3.1.1".freeze
end

0 comments on commit 550e423

Please sign in to comment.