File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11Release 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 ) )
Original file line number Diff line number Diff line change 11module ApipieBindings
22 def self . version
3- @version ||= Gem ::Version . new '0.0.18 '
3+ @version ||= Gem ::Version . new '0.0.19 '
44 end
55end
You can’t perform that action at this time.
0 commit comments