Preparing for next developer iteration, 2.1.2.

This commit is contained in:
dblock 2024-09-21 05:27:53 -04:00
parent 4d96c4508f
commit 7ec7bed26f
No known key found for this signature in database
GPG Key ID: 75BF031B7C94E183
2 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module GrapeSwagger
VERSION = '2.1.1'
VERSION = '2.1.2'
end