From e589e812fbd21439802fec3800e52c9af41bc9aa Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 5 Jan 2025 13:30:08 -0500 Subject: [PATCH] version bump to v2.14.0 --- CHANGELOG.md | 4 ++-- lib/mechanize/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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