Skip to content

Commit

Permalink
Version 2.0.0 🌟
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Aug 18, 2019
1 parent 0e8742b commit 96a0b03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.0.0 - 2019-08-18

_No changes._

## 2.0.0.rc - 2019-06-23
### Added
* Append, reorder, and remove-single-file feature for multiple file uploader(@mshibuya [#2401](https://github.com/carrierwaveuploader/carrierwave/pull/2401))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ $ gem install carrierwave
In Rails, add it to your Gemfile:

```ruby
gem 'carrierwave', '>= 2.0.0.rc', '< 3.0'
gem 'carrierwave', '~> 2.0'
```

Finally, restart the server to apply the changes.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-6-0.gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 6.0.0.beta3"
gem "rails", "~> 6.0.0"
gem "activemodel-serializers-xml"
gem 'pg', '~> 0.21.0', platforms: :ruby

Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/version.rb
@@ -1,3 +1,3 @@
module CarrierWave
VERSION = "2.0.0.rc"
VERSION = "2.0.0"
end

0 comments on commit 96a0b03

Please sign in to comment.