Skip to content

Commit 7180977

Browse files
author
Marius Kleidl
committed
Bump to 3.0.2
1 parent 79cb079 commit 7180977

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
### 3.0.1 / 2024-01-10
26

37
- Fix `undefined method` errors when handling network exceptions [#67](https://github.com/transloadit/ruby-sdk/pull/67) (@Acconut)

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 = "3.0.1"
2+
VERSION = "3.0.2"
33
end

0 commit comments

Comments
 (0)