CHANGELOG.md in grape-swagger-0.27.2 vs CHANGELOG.md in grape-swagger-0.27.3

- old
+ new

@@ -6,9 +6,19 @@ #### Fixes * Your contribution here. +### 0.27.3 (July 11, 2017) + +#### Features + +* [#613](https://github.com/ruby-grape/grape-swagger/pull/613): Fix Proc with arity one in param values - [@timothysu](https://github.com/timothysu). + +#### Fixes + +* [#616](https://github.com/ruby-grape/grape-swagger/pull/616): Fix swagger to show root path ([#605](https://github.com/ruby-grape/grape-swagger/issue/605)) - [@NightWolf007](https://github.com/NightWolf007). + ### 0.27.2 (May 11, 2017) #### Features * [#608](https://github.com/ruby-grape/grape-swagger/pull/608): Support extensions on the root object - [@thogg4](https://github.com/thogg4).