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 79cb079 commit 7180977Copy full SHA for 7180977
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 3.0.2 / 2024-03-01
2
+
3
+- Upgrade signature algorithm to more secure SHA-384 [#69](https://github.com/transloadit/ruby-sdk/pull/69) (@aduh95)
4
5
### 3.0.1 / 2024-01-10
6
7
- Fix `undefined method` errors when handling network exceptions [#67](https://github.com/transloadit/ruby-sdk/pull/67) (@Acconut)
lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
- VERSION = "3.0.1"
+ VERSION = "3.0.2"
end
0 commit comments