Prepare release 2.0.1 (#917)
This commit is contained in:
parent
46dc3f86ba
commit
cb92e17cc3
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,12 +4,19 @@
|
||||||
|
|
||||||
* Your contribution here.
|
* Your contribution here.
|
||||||
|
|
||||||
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
|
|
||||||
|
|
||||||
#### Fixes
|
#### Fixes
|
||||||
|
|
||||||
* Your contribution here.
|
* Your contribution here.
|
||||||
|
|
||||||
|
### 2.0.1 (Januar 2, 2024)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
|
||||||
|
|
||||||
|
#### Fixes
|
||||||
|
|
||||||
|
* [#916](https://github.com/ruby-grape/grape-swagger/pull/916): Restore Ruby 3.0 support - [@godfat](https://github.com/godfat)
|
||||||
|
|
||||||
### 2.0.0 (November 7, 2023)
|
### 2.0.0 (November 7, 2023)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module GrapeSwagger
|
module GrapeSwagger
|
||||||
VERSION = '2.0.0'
|
VERSION = '2.0.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue