Skip to content

Commit e589e81

Browse files
committed
version bump to v2.14.0
1 parent 5c99be6 commit e589e81

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## next / unreleased
3+
## 2.14.0 / 2025-01-05
44

5-
* `Mechanize` exposes a `write_timeout` attribute, which is set on the connection if it's supported (e.g., Net::HTTP::Persistent.write_timeout). (#586) @maurycy
5+
* `Mechanize` exposes a `write_timeout` attribute, which is set on the connection if it's supported (e.g., `Net::HTTP::Persistent.write_timeout`). (#586) @maurycy
66

77

88
## 2.13.0 / 2025-01-02

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

0 commit comments

Comments
 (0)