Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Jan 6, 2018
1 parent ae3793a commit 12385ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
=============

### 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))
* update cache on error responses ([PR #67](https://github.com/Apipie/apipie-bindings/pull/67))
* pin oauth to support ruby < 2.0.0 ([PR #69](https://github.com/Apipie/apipie-bindings/pull/69))

### 0.2.0 (2017-04-24)
* Support for overriding exceptions from authorizers ([PR #64](https://github.com/Apipie/apipie-bindings/pull/64))
* Use ssl_ca_file with ssl_ca_path (rest-client < 1.7.0) ([PR #63](https://github.com/Apipie/apipie-bindings/pull/63)) ([#62](https://github.com/Apipie/apipie-bindings/issues/62))
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.0'
@version ||= Gem::Version.new '0.2.1'
end
end

0 comments on commit 12385ba

Please sign in to comment.