diff --git a/CHANGELOG.md b/CHANGELOG.md index f9477539..a0e52857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/mechanize/version.rb b/lib/mechanize/version.rb index 158a0ea8..c62793d6 100644 --- a/lib/mechanize/version.rb +++ b/lib/mechanize/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true class Mechanize - VERSION = "2.13.0" + VERSION = "2.14.0" end