Skip to content

Commit

Permalink
Bump to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Jun 23, 2016
1 parent bf2e5c4 commit 9f6312b
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.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))
* Don't try to clear credentials if nil ([#43](https://github.com/Apipie/apipie-bindings/issues/43))

### 0.0.16 (2016-03-08)
* Controll following redirection ([#37](https://github.com/Apipie/apipie-bindings/issues/37))
* Enable for mocking api calls with validations
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.16'
@version ||= Gem::Version.new '0.0.17'
end
end

0 comments on commit 9f6312b

Please sign in to comment.