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 parent 1636348 commit dbfa966Copy full SHA for dbfa966
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Mechanize CHANGELOG
2
3
-## next / unreleased
+## 2.12.0 / 2024-07-29
4
5
* Introduce experimental support for handling Brotli-compressed responses (CRuby only). (#650) @weshatheleopard
6
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.11.0"
+ VERSION = "2.12.0"
end
0 commit comments