Skip to content

Commit 0ab5cc9

Browse files
committed
chore: prepare 2.0.0 release
1 parent f1558f7 commit 0ab5cc9

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
### 2.0.0 ###
2-
3-
* Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim)
4-
5-
### 2.0.0 / ????-??-?? ###
1+
### 2.0.0 / 2016-12-03 ###
62

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

3027
### 1.2.0 / 2015-12-28 ###
3128

lib/transloadit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Transloadit
2-
VERSION = '1.2.0'
2+
VERSION = '2.0.0'
33
end

0 commit comments

Comments
 (0)