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.7.1
1 parent d670502 commit 4cd7c5aCopy full SHA for 4cd7c5a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.7.1
2
+* Update `rexml` because of `CVE-2025-58767`.
3
+* Fix source `:result` to use post when a body is given.
4
+
5
## 1.7.0
6
7
* Added base64 gem to Gemfile
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tinify (1.7.0)
+ tinify (1.7.1)
httpclient (>= 2.9, < 3)
GEM
lib/tinify/version.rb
@@ -1,3 +1,3 @@
module Tinify
- VERSION = "1.7.0"
+ VERSION = "1.7.1"
end
0 commit comments