Skip to content

Commit e3a15ed

Browse files
authored
Prepare release 1.6.0 (#893)
* Updates GH action matrix. * Improves Actions. * Prepare release 1.6.0
1 parent 49fed72 commit e3a15ed

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
#### Features
44

5-
* [#872](https://github.com/ruby-grape/grape-swagger/pull/872): Add `consumes` and `produces` options to `add_swagger_documentation` - [@spaceraccoon](https://github.com/spaceraccoon)
6-
* [#868](https://github.com/ruby-grape/grape-swagger/pull/868): Add `default` endpoint option to specify default response - [@dhruvCW](https://github.com/dhruvCW)
75
* Your contribution here.
86

97
#### Fixes
108

119
* Your contribution here.
1210

1311

12+
### 1.6.0 (March 19, 2023)
13+
14+
#### Features
15+
16+
* [#872](https://github.com/ruby-grape/grape-swagger/pull/872): Add `consumes` and `produces` options to `add_swagger_documentation` - [@spaceraccoon](https://github.com/spaceraccoon)
17+
* [#868](https://github.com/ruby-grape/grape-swagger/pull/868): Add `default` endpoint option to specify default response - [@dhruvCW](https://github.com/dhruvCW)
18+
19+
1420
### 1.5.0 (July 28, 2022)
1521

1622
#### 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.5.0'
4+
VERSION = '1.6.0'
55
end

0 commit comments

Comments
 (0)