diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fbca74..e4db190c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,18 @@ #### Features -* [#622](https://github.com/ruby-grape/grape-swagger/pull/622): Add support for 'brackets' collection format - [@korstiaan](https://github.com/korstiaan). +* Your contribution here. + +#### Fixes * Your contribution here. +### 0.28.0 (February 3, 2018) + +#### Features + +* [#622](https://github.com/ruby-grape/grape-swagger/pull/622): Add support for 'brackets' collection format - [@korstiaan](https://github.com/korstiaan). + #### Fixes * [#631](https://github.com/ruby-grape/grape-swagger/pull/631): Fix order of mounts with overrides - [@adie](https://github.com/adie). @@ -16,8 +24,6 @@ * [#654](https://github.com/ruby-grape/grape-swagger/pull/654): Allow setting the consumes for PATCH methods - [@anakinj](https://github.com/anakinj). * [#656](https://github.com/ruby-grape/grape-swagger/pull/656): Fix `description` field may be null - [@soranoba](https://github.com/soranoba). -* Your contribution here. - ### 0.27.3 (July 11, 2017) #### Features diff --git a/lib/grape-swagger/version.rb b/lib/grape-swagger/version.rb index 207fafdf..d51a7d09 100644 --- a/lib/grape-swagger/version.rb +++ b/lib/grape-swagger/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GrapeSwagger - VERSION = '0.27.3' + VERSION = '0.28.0' end