Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 21, 2023
1 parent 3a9e5a0 commit f31546a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.0.3 - 2023-08-21

### Fixed
* Fix #dup modifying the original object (@mshibuya [37f36f7](https://github.com/carrierwaveuploader/carrierwave/commit/37f36f7ccf035ffb19cbd3964928b3abf2d5e1b1), [#2687](https://github.com/carrierwaveuploader/carrierwave/issues/2687))
* Fix wrongly removing files on transaction rollback (@mshibuya, @rajyan [eb03fe1](https://github.com/carrierwaveuploader/carrierwave/commit/eb03fe124c3a7acf3ffc913c7d432208ba3aa7ca), [#2686](https://github.com/carrierwaveuploader/carrierwave/pull/2686), [#2685](https://github.com/carrierwaveuploader/carrierwave/issues/2685))

## 3.0.2 - 2023-08-01

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/version.rb
@@ -1,3 +1,3 @@
module CarrierWave
VERSION = "3.0.2".freeze
VERSION = "3.0.3".freeze
end

0 comments on commit f31546a

Please sign in to comment.