Skip to content

Commit 19cd0dd

Browse files
authored
Prepare release 1.4.0 (#826)
1 parent 33366da commit 19cd0dd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@
44

55
* Your contribution here.
66

7+
#### Fixes
8+
9+
* Your contribution here.
10+
11+
12+
### 1.4.0 (March 20, 2021)
13+
14+
#### Features
15+
716
* [#818](https://github.com/ruby-grape/grape-swagger/pull/818): Adds ruby 3.0 support - [@LeFnord](https://github.com/LeFnord).
817
* [#815](https://github.com/ruby-grape/grape-swagger/pull/815): Add required for multiple presents - [@MaximeRDY](https://github.com/MaximeRDY).
918

1019
#### Fixes
1120

12-
* Your contribution here.
1321
* [#822](https://github.com/ruby-grape/grape-swagger/pull/822): Corrected the related parameter lookup on request params - [@Jack12816](https://github.com/Jack12816).
1422

23+
1524
### 1.3.1 (November 1, 2020)
1625

1726
#### Features

grape-swagger.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
77
s.name = 'grape-swagger'
88
s.version = GrapeSwagger::VERSION
99
s.platform = Gem::Platform::RUBY
10-
s.authors = ['Tim Vandecasteele']
11-
s.email = ['[email protected]']
10+
s.authors = ['LeFnord', 'Tim Vandecasteele']
11+
1212
s.homepage = 'https://github.com/ruby-grape/grape-swagger'
1313
s.summary = 'Add auto generated documentation to your Grape API that can be displayed with Swagger.'
1414
s.license = 'MIT'

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

0 commit comments

Comments
 (0)