Skip to content

Commit 3a5da56

Browse files
authored
Prepare release 1.6.1 (#900)
1 parent 217d3ca commit 3a5da56

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
* Your contribution here.
66

77
#### Fixes
8-
* [#868](https://github.com/ruby-grape/grape-swagger/pull/896): Fix parsing endless range values - [@dhruvCW](https://github.com/dhruvCW)
98

109
* Your contribution here.
1110

1211

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+
1319
### 1.6.0 (March 19, 2023)
1420

1521
#### Features

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.6.0'
4+
VERSION = '1.6.1'
55
end

0 commit comments

Comments
 (0)