Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Jan 9, 2018
1 parent 3e4bacd commit 513bd52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ end

if RUBY_VERSION < "2.0"
gem 'json', '< 2.0.0'
gem 'oauth', '< 0.5.2'
end

gem 'rest-client', rest_client
Expand Down
2 changes: 2 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release notes
=============
### 0.2.2 (2018-01-09)
* modernize ruby versions ([PR #71](https://github.com/Apipie/apipie-bindings/pull/71))

### 0.2.1 (2018-01-06)
* Do not allow NIL as a route parameter ([PR #70](https://github.com/Apipie/apipie-bindings/pull/70)) ([#22009](http://projects.theforeman.org/issues/22009))
Expand Down
2 changes: 1 addition & 1 deletion lib/apipie_bindings/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ApipieBindings
def self.version
@version ||= Gem::Version.new '0.2.1'
@version ||= Gem::Version.new '0.2.2'
end
end

0 comments on commit 513bd52

Please sign in to comment.