Skip to content

Commit

Permalink
Bump to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Mar 8, 2016
1 parent 826a602 commit eee0eef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release notes
=============

### 0.0.16 (2016-03-08)
* Controll following redirection ([#37](https://github.com/Apipie/apipie-bindings/issues/37))
* Enable for mocking api calls with validations
* Log the server uri ([#36](https://github.com/Apipie/apipie-bindings/issues/36))
* build without sudo ([#40](https://github.com/Apipie/apipie-bindings/issues/40))
* Added clear credentials on error ([#12112](http://projects.theforeman.org/issues/12112))
* Added a function that enables removing credentials on need ([#12112](http://projects.theforeman.org/issues/12112))

### 0.0.15 (2015-09-21)
* Make awesome_print optional ([#29](https://github.com/Apipie/apipie-bindings/issues/29))

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.15'
@version ||= Gem::Version.new '0.0.16'
end
end

0 comments on commit eee0eef

Please sign in to comment.