Skip to content

Commit

Permalink
chore: prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Dec 3, 2016
1 parent 1cb1f9b commit 98ba95e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.0.0 / 2016-10-06 ###
### 2.0.0 / 2016-12-03 ###

* Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older
Ruby versions.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ It may also work on older ruby versions, but support for those Rubies is not gua
If it doesn't work on one of the officially supported Rubies, please file a bug report.
Compatibility patches for other Rubies are welcome.

Support for EOL'd Ruby 1.9.x and Ruby 2.0 has been dropped, please use version 1.2.0
if you need support for older Ruby versions.

Testing against these versions is performed automatically by [Travis CI](https://travis-ci.org/transloadit/rails-sdk).

## License
Expand Down
2 changes: 1 addition & 1 deletion lib/transloadit/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Transloadit
module Rails
VERSION = '1.2.0'
VERSION = '2.0.0'
end
end

0 comments on commit 98ba95e

Please sign in to comment.