Skip to content

Commit 7a69949

Browse files
committed
Bump to 0.0.19
1 parent f4e967f commit 7a69949

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/release_notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release notes
22
=============
33

4+
### 0.0.19 (2016-12-09)
5+
* Support for more advanced authentication algorithms ([PR #52](https://github.com/theforeman/apipie-bindings/pull/52))
6+
* Show resource when inspecting Action ([PR #50](https://github.com/theforeman/apipie-bindings/pull/50))
7+
* Prevent rest-client timeout deprecation warnings ([PR #53](https://github.com/theforeman/apipie-bindings/pull/53))
8+
49
### 0.0.18 (2016-08-31)
510
* Recover from exception while inspecting error response ([#48](https://github.com/Apipie/apipie-bindings/issues/48))
611
* Add yard docs for ApipieBindings::Resource class ([#47](https://github.com/Apipie/apipie-bindings/issues/47))

lib/apipie_bindings/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ApipieBindings
22
def self.version
3-
@version ||= Gem::Version.new '0.0.18'
3+
@version ||= Gem::Version.new '0.0.19'
44
end
55
end

0 commit comments

Comments
 (0)