Skip to content

Commit bb68d90

Browse files
authored
prepare 0.27.3 (#620)
1 parent 2ed8ce0 commit bb68d90

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33
#### Features
44

55
* Your contribution here.
6-
* [#613](https://github.com/ruby-grape/grape-swagger/pull/613): Fix Proc with arity one in param values - [@timothysu](https://github.com/timothysu).
76

87
#### Fixes
98

109
* Your contribution here.
11-
* [#616](https://github.com/ruby-grape/grape-swagger/pull/616): Fix swagger to show root path (#605) - [@NightWolf007](https://github.com/NightWolf007).
10+
11+
### 0.27.3 (July 11, 2017)
12+
13+
#### Features
14+
15+
* [#613](https://github.com/ruby-grape/grape-swagger/pull/613): Fix Proc with arity one in param values - [@timothysu](https://github.com/timothysu).
16+
17+
#### Fixes
18+
19+
* [#616](https://github.com/ruby-grape/grape-swagger/pull/616): Fix swagger to show root path ([#605](https://github.com/ruby-grape/grape-swagger/issue/605)) - [@NightWolf007](https://github.com/NightWolf007).
1220

1321
### 0.27.2 (May 11, 2017)
1422

lib/grape-swagger/version.rb

Lines changed: 1 addition & 1 deletion
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.2'
4+
VERSION = '0.27.3'
55
end

0 commit comments

Comments
 (0)