Skip to content

Commit 6530bda

Browse files
committed
Bump to 0.2.3
1 parent ce14814 commit 6530bda

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Release notes
22
=============
3+
### 0.2.3 (2019-01-16)
4+
* Remove error log output from specs ([PR #76](https://github.com/Apipie/apipie-bindings/pull/76))
5+
* Update apidoc_cache_name apidoc ([PR #74](https://github.com/Apipie/apipie-bindings/pull/74))
6+
* Fix typo in api docs ([PR #75](https://github.com/Apipie/apipie-bindings/pull/75))
7+
* Fix typo in param test ([PR #73](https://github.com/Apipie/apipie-bindings/pull/73))
8+
39
### 0.2.2 (2018-01-09)
410
* modernize ruby versions ([PR #71](https://github.com/Apipie/apipie-bindings/pull/71))
511

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

0 commit comments

Comments
 (0)