We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1261f8 commit 588579dCopy full SHA for 588579d
CHANGELOG.md
@@ -7,6 +7,12 @@
7
#### Fixes
8
9
* Your contribution here.
10
+
11
12
+### 1.2.1 (July 15, 2020)
13
14
+#### Fixes
15
16
* [#801](https://github.com/ruby-grape/grape-swagger/pull/801): Fixes behaviour after grape upgrade to 1.4.0 - [@LeFnord](https://github.com/LeFnord).
17
18
lib/grape-swagger/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module GrapeSwagger
4
- VERSION = '1.2.0'
+ VERSION = '1.2.1'
5
end
0 commit comments