Skip to content

Commit

Permalink
Prepare release 1.4.1 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord committed Sep 15, 2021
1 parent 118ecae commit 07381e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,13 @@

#### Fixes

* Your contribution here.


### 1.4.1 (September 15, 2021)

#### Fixes

* [#833](https://github.com/ruby-grape/grape-swagger/pull/833): Fixes issue of examples not showing for `in: 'body'` parameters - [@stevenou](https://github.com/stevenou)


Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '1.4.0'
VERSION = '1.4.1'
end

0 comments on commit 07381e0

Please sign in to comment.