From e5b73f3b0a3331a6591a928c1ad49dbe3aed4065 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 26 Sep 2025 09:37:59 -0400 Subject: [PATCH] version bump to v1.1.0 --- CHANGELOG.md | 5 +++-- lib/http/cookie/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3757c27..472ca98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## next (unreleased) +## 1.1.0 (2025-09-26) - Implement `Cookie#to_h`. (#55) @luke-hill @flavorjones -- Reduce gem size by excluding test files +- Reduce gem size by excluding test files (#54) @yuri-zubov + ## 1.0.8 (2024-12-05) diff --git a/lib/http/cookie/version.rb b/lib/http/cookie/version.rb index 4a8a145..bb78c64 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "1.0.8" + VERSION = "1.1.0" end end