Skip to content

Commit cb92e17

Browse files
authored
Prepare release 2.0.1 (#917)
1 parent 46dc3f8 commit cb92e17

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@
44

55
* Your contribution here.
66

7-
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
8-
97
#### Fixes
108

119
* Your contribution here.
1210

11+
### 2.0.1 (Januar 2, 2024)
12+
13+
#### Features
14+
15+
* [#914](https://github.com/ruby-grape/grape-swagger/pull/914): Support Ruby 3.3 - [@LeFnord](https://github.com/LeFnord)
16+
17+
#### Fixes
18+
19+
* [#916](https://github.com/ruby-grape/grape-swagger/pull/916): Restore Ruby 3.0 support - [@godfat](https://github.com/godfat)
1320

1421
### 2.0.0 (November 7, 2023)
1522

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 = '2.0.0'
4+
VERSION = '2.0.1'
55
end

0 commit comments

Comments
 (0)