Skip to content

Commit 4a0dfe5

Browse files
committed
version bump to v2.8.3
1 parent b898f47 commit 4a0dfe5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Mechanize CHANGELOG
22

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+
310
## 2.8.2 / 2021-08-06
411

512
### Dependencies

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.8.2"
3+
VERSION = "2.8.3"
44
end

0 commit comments

Comments
 (0)