Skip to content

Commit e80c0b0

Browse files
committed
Bump version to 0.5.17
1 parent 103d395 commit e80c0b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
===========
33

4+
[v0.5.17](https://github.com/Apipie/apipie-rails/tree/v0.5.17) (2020-01-20)
5+
--------
6+
7+
[Full Changelog](https://github.com/Apipie/apipie-rails/compare/v0.5.16...v0.5.17)
8+
9+
- Allows update metadata for methods [\#667](https://github.com/Apipie/apipie-rails/pull/667) ([speckins](https://github.com/speckins))
10+
411
[v0.5.16](https://github.com/Apipie/apipie-rails/tree/v0.5.16) (2019-05-22)
512
--------
613

@@ -208,7 +215,7 @@ v0.3.2
208215
v0.3.1
209216
------
210217

211-
* Support for ``api!`` keyword in concerns
218+
* Support for ``api!`` keyword in concerns
212219
[#322](https://github.com/Apipie/apipie-rails/pull/322) [@iNecas][]
213220
* More explicit ordering of the static dispatcher middleware
214221
[#315](https://github.com/Apipie/apipie-rails/pull/315) [@iNecas][]

lib/apipie/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Apipie
2-
VERSION = '0.5.16'
2+
VERSION = '0.5.17'
33
end

0 commit comments

Comments
 (0)