Skip to content

Commit 326b301

Browse files
committed
Bump to 0.1.0
1 parent 9024844 commit 326b301

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.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))

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.19'
3+
@version ||= Gem::Version.new '0.1.0'
44
end
55
end

0 commit comments

Comments
 (0)