Skip to content

Commit 588579d

Browse files
authored
Prepare release 1.2.1 (#803)
1 parent e1261f8 commit 588579d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
#### Fixes
88

99
* Your contribution here.
10+
11+
12+
### 1.2.1 (July 15, 2020)
13+
14+
#### Fixes
15+
1016
* [#801](https://github.com/ruby-grape/grape-swagger/pull/801): Fixes behaviour after grape upgrade to 1.4.0 - [@LeFnord](https://github.com/LeFnord).
1117

1218

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 = '1.2.0'
4+
VERSION = '1.2.1'
55
end

0 commit comments

Comments
 (0)