Skip to content

Commit

Permalink
Bump to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Dec 9, 2016
1 parent f4e967f commit 7a69949
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.19 (2016-12-09)
* Support for more advanced authentication algorithms ([PR #52](https://github.com/theforeman/apipie-bindings/pull/52))
* Show resource when inspecting Action ([PR #50](https://github.com/theforeman/apipie-bindings/pull/50))
* Prevent rest-client timeout deprecation warnings ([PR #53](https://github.com/theforeman/apipie-bindings/pull/53))

### 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))
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.18'
@version ||= Gem::Version.new '0.0.19'
end
end

0 comments on commit 7a69949

Please sign in to comment.