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.1.0 (2017-03-28)
5+ * Verify SSL by default ([ PR #59 ] ( https://github.com/Apipie/apipie-bindings/pull/59 ) )
6+ * Do not hide exceptions during cache retrieval ([ PR #57 ] ( https://github.com/Apipie/apipie-bindings/pull/57 ) )
7+ * Legacy auth supports username config key ([ PR #54 ] ( https://github.com/Apipie/apipie-bindings/pull/54 ) )
8+
49### 0.0.19 (2016-12-09)
510* Support for more advanced authentication algorithms ([ PR #52 ] ( https://github.com/theforeman/apipie-bindings/pull/52 ) )
611* Show resource when inspecting Action ([ PR #50 ] ( https://github.com/theforeman/apipie-bindings/pull/50 ) )
Original file line number Diff line number Diff line change 11module ApipieBindings
22 def self . version
3- @version ||= Gem ::Version . new '0.0.19 '
3+ @version ||= Gem ::Version . new '0.1.0 '
44 end
55end
You can’t perform that action at this time.
0 commit comments