From b1202f959e98b91d5f663c3d28deb4f2af48c4ef Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 25 May 2022 17:14:50 +0900 Subject: [PATCH] Bump VERSION to 1.0.5 --- CHANGELOG.md | 4 ++++ lib/http/cookie/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf4904..704029f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.5 (2022-05-25) + +- Silence SQLite3 warnings + ## 1.0.4 (2021-06-07) - Support Mozilla's cookie storage format up to version 7. diff --git a/lib/http/cookie/version.rb b/lib/http/cookie/version.rb index 8c49d3d..13378bf 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "1.0.4" + VERSION = "1.0.5" end end