Skip to content

Commit e013179

Browse files
committed
Bump version to 3.0.0
1 parent f9da7f6 commit e013179

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
### 3.0.0 / ????-??-?? ###
2-
3-
* BREAKING: Drop support for EOL'd Ruby 2.x
4-
* Prevent duplicate assembly steps [#49](https://github.com/transloadit/ruby-sdk/issues/27) (@ifedapoolarewaju)
5-
* Send "Transloadit-Client" header for every request (@ifedapoolarewaju)
6-
* Send all requests via HTTPS by default
7-
* Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51)
1+
### 3.0.0 / 2024-01-10
2+
3+
- BREAKING: Drop support for EOL'd Ruby 2.x
4+
- Ensure that signature is sent before files [#65](https://github.com/transloadit/ruby-sdk/pull/65) (@Acconut)
5+
- Send requests via HTTPS by default [#64](https://github.com/transloadit/ruby-sdk/pull/64) (@Acconut)
6+
- Prevent duplicate assembly steps [#49](https://github.com/transloadit/ruby-sdk/issues/27) (@ifedapoolarewaju)
7+
- Send "Transloadit-Client" header for every request (@ifedapoolarewaju)
8+
- Send all requests via HTTPS by default
9+
- Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51)
810

911
### 2.0.1 / 2017-01-23
1012

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 = "2.0.1"
2+
VERSION = "3.0.0"
33
end

0 commit comments

Comments
 (0)