Skip to content

Commit

Permalink
prepare 0.28.0 release (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord committed Feb 3, 2018
1 parent c2b3d48 commit 9e5720a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '0.27.3'
VERSION = '0.28.0'
end

0 comments on commit 9e5720a

Please sign in to comment.