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 f75af0a commit 553f6c1Copy full SHA for 553f6c1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Mechanize CHANGELOG
2
3
+## 2.9.2 / 2024-01-15
4
+
5
+* Correct spelling errors in documentation. (#631) @p-linnane
6
+* Updated User-Agent strings to represent modern browser versions. (#632) @takatea
7
8
9
## 2.9.1 / 2023-04-17
10
11
### Update
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.9.1"
+ VERSION = "2.9.2"
end
0 commit comments