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 b898f47 commit 4a0dfe5Copy full SHA for 4a0dfe5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mechanize CHANGELOG
2
3
+## 2.8.3 / 2021-11-11
4
+
5
+### Update
6
7
+* Update the "Linux Firefox" user agent string to rev94 (#587) Thank you, @ncs1!
8
9
10
## 2.8.2 / 2021-08-06
11
12
### Dependencies
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.8.2"
+ VERSION = "2.8.3"
end
0 commit comments