mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
version bump to v1.1.0
This commit is contained in:
parent
34df810cd9
commit
e5b73f3b0a
2 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module HTTP
|
||||
class Cookie
|
||||
VERSION = "1.0.8"
|
||||
VERSION = "1.1.0"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue