Skip to content

Commit 91e8210

Browse files
authored
version bump v0.27.2 (#609)
1 parent c1d6bb0 commit 91e8210

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
#### Features
44

55
* Your contribution here.
6-
* [#608](https://github.com/ruby-grape/grape-swagger/pull/608): Support extensions on the root object - [@thogg4](https://github.com/thogg4).
7-
* [#596](https://github.com/ruby-grape/grape-swagger/pull/596): Use route_settings for hidden and operations extensions - [@thogg4](https://github.com/thogg4).
8-
* [#607](https://github.com/ruby-grape/grape-swagger/pull/607): Allow body parameter name to be specified - [@tjwp](https://github.com/tjwp).
96

107
#### Fixes
118

129
* Your contribution here.
1310

11+
### 0.27.2 (May 11, 2017)
12+
13+
#### Features
14+
15+
* [#608](https://github.com/ruby-grape/grape-swagger/pull/608): Support extensions on the root object - [@thogg4](https://github.com/thogg4).
16+
* [#596](https://github.com/ruby-grape/grape-swagger/pull/596): Use route_settings for hidden and operations extensions - [@thogg4](https://github.com/thogg4).
17+
* [#607](https://github.com/ruby-grape/grape-swagger/pull/607): Allow body parameter name to be specified - [@tjwp](https://github.com/tjwp).
18+
1419
### 0.27.1 (April 28, 2017)
1520

1621
#### Features

lib/grape-swagger/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GrapeSwagger
4-
VERSION = '0.27.1'
4+
VERSION = '0.27.2'
55
end

0 commit comments

Comments
 (0)