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