Skip to content

Commit 4724780

Browse files
committed
version bump to v2.12.1
1 parent 3bace72 commit 4724780

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Mechanize CHANGELOG
22

3+
## 2.12.1 / 2024-08-21
4+
5+
* Introduce experimental support for handling Zstd-compressed responses (CRuby only). (#652) @adrianodennanni
6+
7+
38
## 2.12.0 / 2024-07-29
49

510
* Introduce experimental support for handling Brotli-compressed responses (CRuby only). (#650) @weshatheleopard

lib/mechanize/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class Mechanize
3-
VERSION = "2.12.0"
3+
VERSION = "2.12.1"
44
end

0 commit comments

Comments
 (0)