Skip to content

Commit

Permalink
Bump ro 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Apr 24, 2017
1 parent 59d4441 commit 796e0d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Gemfile.lock
Gemfile.local
pkg

# RubyMine
.idea

# Tags
.tags
.tags_sorted_by_file
Expand Down
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.2.0 (2017-04-24)
* Support for overriding exceptions from authorizers ([PR #64](https://github.com/Apipie/apipie-bindings/pull/64))
* Use ssl_ca_file with ssl_ca_path (rest-client < 1.7.0) ([PR #63](https://github.com/Apipie/apipie-bindings/pull/63)) ([#62](https://github.com/Apipie/apipie-bindings/issues/62))
* Make following redirects compatible with rest-client > 1.8 ([PR #61](https://github.com/Apipie/apipie-bindings/pull/61)) ([#60](https://github.com/Apipie/apipie-bindings/issues/60))

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

0 comments on commit 796e0d0

Please sign in to comment.