Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Feb 2, 2023
1 parent 1885df6 commit c5565e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 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))
* Limit ssrf_filter to < 1.1.0 due to the breaking changes at 1.1.0 (@marcogregorius [#2640](https://github.com/carrierwaveuploader/carrierwave/pull/2640))

## 1.3.2 - 2021-02-08
### Fixed
* Fix Ruby 2.7 deprecations(@aubinlrx [#2462](https://github.com/carrierwaveuploader/carrierwave/pull/2462))
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 = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit c5565e0

Please sign in to comment.