Skip to content

Commit 553f6c1

Browse files
committed
version bump to v2.9.2
1 parent f75af0a commit 553f6c1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## 2.9.1 / 2023-04-17
410

511
### Update

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

0 commit comments

Comments
 (0)