CHANGELOG.md in grape-swagger-1.4.1 vs CHANGELOG.md in grape-swagger-1.4.2
- old
+ new
@@ -7,9 +7,18 @@
#### Fixes
* Your contribution here.
+### 1.4.2 (October 22, 2021)
+
+#### Fixes
+
+* [#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-)
+* [#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-)
+* [#839](https://github.com/ruby-grape/grape-swagger/pull/839): Fixes documentation of `false` or `nil` default parameter values - [@magni-](https://github.com/magni-)
+
+
### 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)