Skip to content

Commit

Permalink
Bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacovsky committed Jan 16, 2019
1 parent ce14814 commit 6530bda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Release notes
=============
### 0.2.3 (2019-01-16)
* Remove error log output from specs ([PR #76](https://github.com/Apipie/apipie-bindings/pull/76))
* Update apidoc_cache_name apidoc ([PR #74](https://github.com/Apipie/apipie-bindings/pull/74))
* Fix typo in api docs ([PR #75](https://github.com/Apipie/apipie-bindings/pull/75))
* Fix typo in param test ([PR #73](https://github.com/Apipie/apipie-bindings/pull/73))

### 0.2.2 (2018-01-09)
* modernize ruby versions ([PR #71](https://github.com/Apipie/apipie-bindings/pull/71))

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

0 comments on commit 6530bda

Please sign in to comment.