Skip to content

Commit

Permalink
Bump to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Aug 31, 2016
1 parent 980f5db commit 7bd7053
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release notes
=============

### 0.0.18 (2016-08-31)
* Recover from exception while inspecting error response ([#48](https://github.com/Apipie/apipie-bindings/issues/48))
* Add yard docs for ApipieBindings::Resource class ([#47](https://github.com/Apipie/apipie-bindings/issues/47))
* Restrict json to < 2.0.0 ([#46](https://github.com/Apipie/apipie-bindings/issues/46))
* Support rest-client 2.0.0 ([#45](https://github.com/Apipie/apipie-bindings/issues/45))

### 0.0.17 (2016-06-23)
* Restrict rest-client version to < 2.0.0 ([#42](https://github.com/Apipie/apipie-bindings/issues/42))
* Include request in response for rest-client < 1.8.0 ([#11147](http://projects.theforeman.org/issues/11147))
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.0.17'
@version ||= Gem::Version.new '0.0.18'
end
end

0 comments on commit 7bd7053

Please sign in to comment.