Bump VERSION to 1.0.1 and add CHANGELOG.md.

This commit is contained in:
Akinori MUSHA 2013-04-21 21:46:11 +09:00
parent 40aba54618
commit b934db8e77
2 changed files with 11 additions and 1 deletions

10
CHANGELOG.md Normal file
View file

@ -0,0 +1,10 @@
## 1.0.1 (2013-04-21)
- Minor error handling improvements and documentation updates.
- Argument error regarding specifying store/saver classes no longer
raises IndexError, but either ArgumentError or TypeError.
## 1.0.0 (2013-04-17)
- Initial Release.

View file

@ -1,5 +1,5 @@
module HTTP
class Cookie
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end