Skip to content

Commit

Permalink
chore: bump to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Dec 28, 2015
1 parent 80182f4 commit c7a6294
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.2.0 / 2015-12-28 ###

* allow custom fields to be passed to Transloadit and received back in the response

### 1.1.4 / 2015-12-14 ###

* fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99
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.1.4'
VERSION = '1.2.0'
end

0 comments on commit c7a6294

Please sign in to comment.