Skip to content

Commit

Permalink
version bump to v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 5, 2025
1 parent 5c99be6 commit e589e81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mechanize CHANGELOG

## next / unreleased
## 2.14.0 / 2025-01-05

* `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
* `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


## 2.13.0 / 2025-01-02
Expand Down
2 changes: 1 addition & 1 deletion lib/mechanize/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
VERSION = "2.13.0"
VERSION = "2.14.0"
end

0 comments on commit e589e81

Please sign in to comment.