We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e66bd commit 467b84fCopy full SHA for 467b84f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.0.8 (2024-12-05)
2
+
3
+- `Cookie#expires=` accepts `DateTime` objects. (#52) @luke-hill @flavorjones
4
5
6
## 1.0.7 (2024-06-06)
7
8
- Explicitly require "cgi" to avoid `NameError` in some applications. (#50 by @flavorjones)
lib/http/cookie/version.rb
@@ -1,5 +1,5 @@
module HTTP
class Cookie
- VERSION = "1.0.7"
+ VERSION = "1.0.8"
end
0 commit comments