version bump to v1.1.0

This commit is contained in:
Mike Dalessio 2025-09-26 09:37:59 -04:00
parent 34df810cd9
commit e5b73f3b0a
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,8 @@
## next (unreleased) ## 1.1.0 (2025-09-26)
- Implement `Cookie#to_h`. (#55) @luke-hill @flavorjones - 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) ## 1.0.8 (2024-12-05)

View file

@ -1,5 +1,5 @@
module HTTP module HTTP
class Cookie class Cookie
VERSION = "1.0.8" VERSION = "1.1.0"
end end
end end