Skip to content

Commit dbfa966

Browse files
committed
version bump to v2.12.0
1 parent 1636348 commit dbfa966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mechanize CHANGELOG
22

3-
## next / unreleased
3+
## 2.12.0 / 2024-07-29
44

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

lib/mechanize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
class Mechanize
3-
VERSION = "2.11.0"
3+
VERSION = "2.12.0"
44
end

0 commit comments

Comments
 (0)