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 f1558f7 commit 0ab5cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
### 2.0.0 ###

* Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim)

### 2.0.0 / ????-??-?? ###
### 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 All @@ -26,6 +22,7 @@
* delete to delete a particular template.
* Add rate limit feature to implicitly retry assembly creation when the rate limit is reached.
* Add `assembly.reload_until_finished!` which calls `reload!` once per second until assembly is finished (@gbuesing)
* Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim)

### 1.2.0 / 2015-12-28 ###

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

0 comments on commit 0ab5cc9

Please sign in to comment.