CHANGELOG.md in grape-swagger-0.32.1 vs CHANGELOG.md in grape-swagger-0.33.0
- old
+ new
@@ -6,9 +6,18 @@
#### Fixes
* Your contribution here.
+### 0.33.0 (June 21, 2019)
+
+#### Fixes
+
+* [#747](https://github.com/ruby-grape/grape-swagger/pull/747): Allow multiple different success responses - [@charanftp3](https://github.com/charanpanchagnula).
+* [#746](https://github.com/ruby-grape/grape-swagger/pull/746): Fix path with optional format - [@fnordfish](https://github.com/fnordfish).
+* [#743](https://github.com/ruby-grape/grape-swagger/pull/743): CI: use 2.4.6, 2.5.5 - [@olleolleolle](https://github.com/olleolleolle).
+* [#737](https://github.com/ruby-grape/grape-swagger/pull/737): Add swagger endpoint guard to both doc endpoints - [@urkle](https://github.com/urkle).
+
### 0.32.1 (December 7, 2018)
#### Fixes
* [#731](https://github.com/ruby-grape/grape-swagger/pull/731): Skip empty parameters and tags arrays - [@fotos](https://github.com/fotos).