Skip to content

Commit

Permalink
Bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Mar 28, 2017
1 parent 9024844 commit 326b301
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.1.0 (2017-03-28)
* Verify SSL by default ([PR #59](https://github.com/Apipie/apipie-bindings/pull/59))
* Do not hide exceptions during cache retrieval ([PR #57](https://github.com/Apipie/apipie-bindings/pull/57))
* Legacy auth supports username config key ([PR #54](https://github.com/Apipie/apipie-bindings/pull/54))

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

0 comments on commit 326b301

Please sign in to comment.