Skip to content

Commit f81bb4d

Browse files
committed
Version 2.0.2
1 parent c4b6d91 commit f81bb4d

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+
## 2.0.2 - 2019-09-28
9+
10+
### Fixed
11+
* Fix download causing nil error if the file has empty filename(@fukayatsu [#2419](https://github.com/carrierwaveuploader/carrierwave/pull/2419), [#2411](https://github.com/carrierwaveuploader/carrierwave/issues/2411))
12+
813
## 2.0.1 - 2019-08-31
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 = "2.0.1"
2+
VERSION = "2.0.2"
33
end

0 commit comments

Comments
 (0)