Skip to content

Commit 8e5db8c

Browse files
committed
Version 3.1.2
1 parent 7b2ce50 commit 8e5db8c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## 3.1.2 - 2025-04-13
9+
10+
### Fixed
11+
* Fix failing to remove existing files on updating by `#remove_#{column}=`, `##{column}_cache=`, and `#remote_#{column}_url=` (@mshibuya [7b2ce50](https://github.com/carrierwaveuploader/carrierwave/commit/7b2ce502c5027cc700ed36a5728a945922d9367e), [#2778](https://github.com/carrierwaveuploader/carrierwave/issues/2778), [#2779](https://github.com/carrierwaveuploader/carrierwave/issues/2779))
12+
813
## 3.1.1 - 2025-01-12
914

1015
### Fixed

lib/carrierwave/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CarrierWave
2-
VERSION = "3.1.1".freeze
2+
VERSION = "3.1.2".freeze
33
end

0 commit comments

Comments
 (0)