CHANGELOG.md in grape-swagger-0.29.0 vs CHANGELOG.md in grape-swagger-0.30.0

- old
+ new

@@ -6,9 +6,20 @@ #### Fixes * Your contribution here. +### 0.30.0 (July 19, 2018) + +#### Features + +* [#684](https://github.com/ruby-grape/grape-swagger/pull/684): Add response headers - [@jdmurphy](https://github.com/jdmurphy). + +#### Fixes + +* [#681](https://github.com/ruby-grape/grape-swagger/pull/681): Provide error schemas when an endpoint can return a 204 - [@adstratm](https://github.com/adstratm). +* [#683](https://github.com/ruby-grape/grape-swagger/pull/683): Fix handling of arrays of complex entities in params so that valid OpenAPI spec is generated - [@jdmurphy](https://github.com/jdmurphy). + ### 0.29.0 (May 22, 2018) #### Features * [#667](https://github.com/ruby-grape/grape-swagger/pull/667): Make route summary optional - [@obduk](https://github.com/obduk).