Skip to content

Commit

Permalink
Bump version and add to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Nov 13, 2023
1 parent 5bb023e commit b0a28ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@

#### Fixes

* [#903](https://github.com/ruby-grape/grape-swagger/pull/903): Accept `example` documentation parameter for arrays - [@VladMomotov](https://github.com/VladMomotov)
* Your contribution here.

### 1.6.2

#### Fixes

* [#903](https://github.com/ruby-grape/grape-swagger/pull/903): Accept `example` documentation parameter for arrays - [@VladMomotov](https://github.com/VladMomotov)
* [#911](https://github.com/ruby-grape/grape-swagger/pull/911): Fix compatibility with Grape 2.0.0 - [@mscrivo](https://github.com/mscrivo)


### 1.6.1 (May 21, 2023)

Expand Down
2 changes: 1 addition & 1 deletion lib/grape-swagger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GrapeSwagger
VERSION = '1.6.1'
VERSION = '1.6.2'
end

0 comments on commit b0a28ae

Please sign in to comment.