Skip to content

Commit 8a5daa8

Browse files
authored
Prepare release 1.4.2 (#842)
1 parent 1fea1f8 commit 8a5daa8

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
--color
2+
--profile
3+
--format documentation

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.2 (October 22, 2021)
13+
14+
#### Fixes
15+
916
* [#840](https://github.com/ruby-grape/grape-swagger/pull/840): Fixes documentation of `additionalProperties` field when used with array parameters, or when setting it to `false` - [@magni-](https://github.com/magni-)
1017
* [#841](https://github.com/ruby-grape/grape-swagger/pull/839): Fixes `type` and `format` values for object fields nested in an array ([#832](https://github.com/ruby-grape/grape-swagger/issue/832)) - [@magni-](https://github.com/magni-)
1118
* [#839](https://github.com/ruby-grape/grape-swagger/pull/839): Fixes documentation of `false` or `nil` default parameter values - [@magni-](https://github.com/magni-)

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Upgrading Grape-swagger
22

3-
### Upgrading to >= 1.4.1
3+
### Upgrading to >= 1.4.2
44

55
- `additionalProperties` has been deprecated and will be removed in a future version of `grape-swagger`. It has been replaced with `additional_properties`.
66

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

0 commit comments

Comments
 (0)