diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a92c13..7090268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -## 0.1.1 / _Not released yet_ +## 0.1.1 / 2017-08-31 +- Fix Bundler plugin loading errors ([GH-1](https://github.com/Yleisradio/yle_tf/pull/1)) +- Declare that Ruby 2.2 or newer is required ## 0.1.0 / 2017-08-29 diff --git a/lib/yle_tf/version.rb b/lib/yle_tf/version.rb index 253ed12..85da552 100644 --- a/lib/yle_tf/version.rb +++ b/lib/yle_tf/version.rb @@ -1,3 +1,3 @@ class YleTf - VERSION = '0.1.1.dev'.freeze + VERSION = '0.1.1'.freeze end