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 5dab127 commit 69f1e24Copy full SHA for 69f1e24
CHANGES.md
@@ -1,3 +1,18 @@
1
+## 1.7.0
2
+
3
+* Added base64 gem to Gemfile
4
5
+Extend runtime support for:
6
7
+* Ruby 3.2
8
+* Ruby 3.3
9
+* Ruby 3.4
10
11
+Remove runtime support for:
12
13
+* Ruby 2.6
14
+* Ruby 3.0
15
16
## 1.6.0
17
18
Added transform & convert methods for the Tinify API.
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tinify (1.6.0)
+ tinify (1.7.0)
httpclient (>= 2.9, < 3)
GEM
lib/tinify/version.rb
@@ -1,3 +1,3 @@
module Tinify
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
end
0 commit comments