Preparing for next developer iteration, 2.1.2.
This commit is contained in:
parent
4d96c4508f
commit
7ec7bed26f
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +1,21 @@
|
|||
### 2.1.2 (Next)
|
||||
|
||||
#### Features
|
||||
|
||||
* Your contribution here.
|
||||
|
||||
#### Fixes
|
||||
|
||||
* Your contribution here.
|
||||
|
||||
|
||||
### 2.1.1 (Sep 21, 2024)
|
||||
|
||||
#### Fixes
|
||||
|
||||
* [#940](https://github.com/ruby-grape/grape-swagger/pull/940): Grape 2.2.0 compatibility - [@padde](https://github.com/padde)
|
||||
|
||||
|
||||
### 2.1.0 (May 14, 2024)
|
||||
|
||||
#### Features
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module GrapeSwagger
|
||||
VERSION = '2.1.1'
|
||||
VERSION = '2.1.2'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue