Skip to content

Commit 37fa45f

Browse files
authored
Prepare release 2.0.3 (#925)
1 parent ceebbd3 commit 37fa45f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77
#### Fixes
88

99
* Your contribution here.
10+
11+
12+
### 2.0.3 (April 26, 2024)
13+
14+
#### Fixes
15+
1016
* [#922](https://github.com/ruby-grape/grape-swagger/pull/922): Force request body to be an schema object - [@numbata](https://github.com/numbata)
1117
* [#923](https://github.com/ruby-grape/grape-swagger/pull/923): Enabled schema definitions for body parameters in DELETE requests - [@numbata](https://github.com/numbata)
1218
* [#924](https://github.com/ruby-grape/grape-swagger/pull/924): fix: Use mount_path to narrow down urls_for - [@chibicco](https://github.com/chibicco)
1319

20+
1421
### 2.0.2 (Februar 2, 2024)
1522

1623
#### Fixes

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.2'
4+
VERSION = '2.0.3'
55
end

0 commit comments

Comments
 (0)