From 0ab5cc9a3d144797cba9ed6338ef698395fa31de Mon Sep 17 00:00:00 2001 From: Robin Mehner Date: Sat, 3 Dec 2016 19:29:35 +0100 Subject: [PATCH] chore: prepare 2.0.0 release --- CHANGELOG.md | 7 ++----- lib/transloadit/version.rb | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b708a6..0a9741c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 ### diff --git a/lib/transloadit/version.rb b/lib/transloadit/version.rb index a3b8510..f64a3db 100644 --- a/lib/transloadit/version.rb +++ b/lib/transloadit/version.rb @@ -1,3 +1,3 @@ class Transloadit - VERSION = '1.2.0' + VERSION = '2.0.0' end