We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80182f4 commit c7a6294Copy full SHA for c7a6294
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.2.0 / 2015-12-28 ###
2
+
3
+* allow custom fields to be passed to Transloadit and received back in the response
4
5
### 1.1.4 / 2015-12-14 ###
6
7
* fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99
lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
- VERSION = '1.1.4'
+ VERSION = '1.2.0'
end
0 commit comments