Skip to content

Commit

Permalink
Version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Sep 24, 2023
1 parent 45ad4c1 commit 25b289e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 1.3.4 - 2023-09-24
### Fixed
* Fix incompatibility with RMagick > 3 (@marcogregorius [#2699](https://github.com/carrierwaveuploader/carrierwave/pull/2699))

## 1.3.3 - 2023-02-02
### Fixed
* Fix Ruby 2.7 deprecation warning on Mounter#remove? (@kaoru [#2644](https://github.com/carrierwaveuploader/carrierwave/pull/2644))
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/version.rb
@@ -1,3 +1,3 @@
module CarrierWave
VERSION = "1.3.3"
VERSION = "1.3.4"
end

0 comments on commit 25b289e

Please sign in to comment.