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 217d3ca commit 3a5da56Copy full SHA for 3a5da56
CHANGELOG.md
@@ -5,11 +5,17 @@
5
* Your contribution here.
6
7
#### Fixes
8
-* [#868](https://github.com/ruby-grape/grape-swagger/pull/896): Fix parsing endless range values - [@dhruvCW](https://github.com/dhruvCW)
9
10
11
12
+### 1.6.1 (May 21, 2023)
13
+
14
+#### Fixes
15
16
+* [#868](https://github.com/ruby-grape/grape-swagger/pull/896): Fix parsing endless range values - [@dhruvCW](https://github.com/dhruvCW)
17
18
19
### 1.6.0 (March 19, 2023)
20
21
#### Features
lib/grape-swagger/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module GrapeSwagger
4
- VERSION = '1.6.0'
+ VERSION = '1.6.1'
end
0 commit comments