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 a3d8049 commit 9a38097Copy full SHA for 9a38097
CHANGELOG.md
@@ -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
5
### 3.0.2 / 2024-03-01
6
7
- Upgrade signature algorithm to more secure SHA-384 [#69](https://github.com/transloadit/ruby-sdk/pull/69) (@aduh95)
lib/transloadit/version.rb
@@ -1,3 +1,3 @@
class Transloadit
- VERSION = "3.0.2"
+ VERSION = "3.1.0"
end
0 commit comments