Skip to content

Commit 9a38097

Browse files
committed
Release 3.1.0
1 parent a3d8049 commit 9a38097

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.1.0 / 2024-11-24
2+
3+
- Add Smart CDN signature support via `signed_smart_cdn_url` method (kvz)
4+
15
### 3.0.2 / 2024-03-01
26

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

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.2"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)