diff --git a/CHANGELOG.md b/CHANGELOG.md index 80acc86..7c87f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.1.1 +----- + +2016-08-22 + +* [#1](https://github.com/tampakrap/ra10ke/issues/1) update docs to mention Gemfile and Rakefile +* properly advertise the user agent + 0.1.0 ----- diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index 1d71a0e..742ec43 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = "0.1.0" + VERSION = "0.1.1" end