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