Skip to content

Commit 4cd7c5a

Browse files
committed
chore: release 1.7.1
1 parent d670502 commit 4cd7c5a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

37
* Added base64 gem to Gemfile

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tinify (1.7.0)
4+
tinify (1.7.1)
55
httpclient (>= 2.9, < 3)
66

77
GEM

lib/tinify/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tinify
2-
VERSION = "1.7.0"
2+
VERSION = "1.7.1"
33
end

0 commit comments

Comments
 (0)