Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
- Fix Bundler plugin loading errors ([GH-1](#1))
- Declare that Ruby 2.2 or newer is required
  • Loading branch information
tmatilai committed Aug 31, 2017
1 parent bea94fd commit d06c326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/yle_tf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class YleTf
VERSION = '0.1.1.dev'.freeze
VERSION = '0.1.1'.freeze
end

0 comments on commit d06c326

Please sign in to comment.