Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehner committed Jan 10, 2024
1 parent f9da7f6 commit e013179
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
@@ -1,10 +1,12 @@
### 3.0.0 / ????-??-?? ###

* BREAKING: Drop support for EOL'd Ruby 2.x
* Prevent duplicate assembly steps [#49](https://github.com/transloadit/ruby-sdk/issues/27) (@ifedapoolarewaju)
* Send "Transloadit-Client" header for every request (@ifedapoolarewaju)
* Send all requests via HTTPS by default
* Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51)
### 3.0.0 / 2024-01-10

- BREAKING: Drop support for EOL'd Ruby 2.x
- Ensure that signature is sent before files [#65](https://github.com/transloadit/ruby-sdk/pull/65) (@Acconut)
- Send requests via HTTPS by default [#64](https://github.com/transloadit/ruby-sdk/pull/64) (@Acconut)
- Prevent duplicate assembly steps [#49](https://github.com/transloadit/ruby-sdk/issues/27) (@ifedapoolarewaju)
- Send "Transloadit-Client" header for every request (@ifedapoolarewaju)
- Send all requests via HTTPS by default
- Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51)

### 2.0.1 / 2017-01-23

Expand Down
2 changes: 1 addition & 1 deletion lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
VERSION = "2.0.1"
VERSION = "3.0.0"
end

0 comments on commit e013179

Please sign in to comment.