Skip to content

Commit 07381e0

Browse files
authored
Prepare release 1.4.1 (#834)
1 parent 118ecae commit 07381e0

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
@@ -6,6 +6,13 @@
66

77
#### Fixes
88

9+
* Your contribution here.
10+
11+
12+
### 1.4.1 (September 15, 2021)
13+
14+
#### Fixes
15+
916
* [#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)
1017

1118

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 = '1.4.0'
4+
VERSION = '1.4.1'
55
end

0 commit comments

Comments
 (0)