Skip to content

Commit

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

## [Unreleased]

## 3.0.4 - 2023-10-08

### Fixed
* Fix model's dirty state remaining after update (@rajyan [#2707](https://github.com/carrierwaveuploader/carrierwave/pull/2707), [#2702](https://github.com/carrierwaveuploader/carrierwave/issues/2702))
* Fix #dup modifying the original object (@rajyan [#2690](https://github.com/carrierwaveuploader/carrierwave/pull/2690), [#2706](https://github.com/carrierwaveuploader/carrierwave/pull/2706), [#2689](https://github.com/carrierwaveuploader/carrierwave/issues/2689), [#2700](https://github.com/carrierwaveuploader/carrierwave/issues/2700))
* Fix #dup not respecting the :mount_on option, causing MissingAttributeError (@marsz [#2691](https://github.com/carrierwaveuploader/carrierwave/pull/2691))

## 3.0.3 - 2023-08-21

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

0 comments on commit 0c50a8b

Please sign in to comment.