Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 1, 2024
1 parent 79cb079 commit 7180977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 3.0.2 / 2024-03-01

- Upgrade signature algorithm to more secure SHA-384 [#69](https://github.com/transloadit/ruby-sdk/pull/69) (@aduh95)

### 3.0.1 / 2024-01-10

- Fix `undefined method` errors when handling network exceptions [#67](https://github.com/transloadit/ruby-sdk/pull/67) (@Acconut)
Expand Down
2 changes: 1 addition & 1 deletion lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
VERSION = "3.0.1"
VERSION = "3.0.2"
end

0 comments on commit 7180977

Please sign in to comment.