Skip to content

Commit 1af475b

Browse files
committed
chore(version): bump to 1.8.0
1 parent 5f25cee commit 1af475b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.8.0
2+
3+
* Update development dependencies.
4+
5+
Extend runtime support for:
6+
7+
* Ruby 4.0
8+
9+
Remove runtime support for:
10+
11+
* Ruby 3.1
12+
113
## 1.7.1
214
* Update `rexml` because of `CVE-2025-58767`.
315
* Fix source `:result` to use post when a body is given.

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.1)
4+
tinify (1.8.0)
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.1"
2+
VERSION = "1.8.0"
33
end

0 commit comments

Comments
 (0)