Skip to content

Commit

Permalink
Prepare release 2.0.3 (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Apr 26, 2024
1 parent ceebbd3 commit 37fa45f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@
#### Fixes

* Your contribution here.


### 2.0.3 (April 26, 2024)

#### Fixes

* [#922](https://github.com/ruby-grape/grape-swagger/pull/922): Force request body to be an schema object - [@numbata](https://github.com/numbata)
* [#923](https://github.com/ruby-grape/grape-swagger/pull/923): Enabled schema definitions for body parameters in DELETE requests - [@numbata](https://github.com/numbata)
* [#924](https://github.com/ruby-grape/grape-swagger/pull/924): fix: Use mount_path to narrow down urls_for - [@chibicco](https://github.com/chibicco)


### 2.0.2 (Februar 2, 2024)

#### Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit 37fa45f

Please sign in to comment.