Skip to content

Commit 467b84f

Browse files
committed
version bump to v1.0.8
1 parent e4e66bd commit 467b84f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.8 (2024-12-05)
2+
3+
- `Cookie#expires=` accepts `DateTime` objects. (#52) @luke-hill @flavorjones
4+
5+
16
## 1.0.7 (2024-06-06)
27

38
- Explicitly require "cgi" to avoid `NameError` in some applications. (#50 by @flavorjones)

lib/http/cookie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module HTTP
22
class Cookie
3-
VERSION = "1.0.7"
3+
VERSION = "1.0.8"
44
end
55
end

0 commit comments

Comments
 (0)