CHANGELOG.md in grape-swagger-2.0.0 vs CHANGELOG.md in grape-swagger-2.0.1

- old
+ new

@@ -6,11 +6,20 @@ #### Fixes * Your contribution here. +### 2.0.1 (Januar 2, 2024) -### 2.0.0 (November7, 2023) +#### 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) #### Features * [#910](https://github.com/ruby-grape/grape-swagger/pull/910): Allow using Grape v2 - [@ninoseki](https://github.com/ninoseki)