Bump VERSION to 1.0.5

This commit is contained in:
Akinori MUSHA 2022-05-25 17:14:50 +09:00
parent 060eb44497
commit b1202f959e
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -1,5 +1,5 @@
module HTTP
class Cookie
VERSION = "1.0.4"
VERSION = "1.0.5"
end
end