Prepare release 1.2.0 (#800)

This commit is contained in:
peter scholz 2020-07-01 22:02:05 +02:00 committed by GitHub
parent 3cb37fe9f3
commit 6db96410d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View File

@ -2,13 +2,22 @@
#### Features
* [#794](https://github.com/ruby-grape/grape-swagger/pull/794): Allow entity_name to be inherited, fixes #659 - [@urkle](https://githubcom/urkle).
* Your contribution here.
* [#793](https://github.com/ruby-grape/grape-swagger/pull/793): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).
#### Fixes
* Your contribution here.
### 1.2.0 (July 1, 2020)
#### Features
* [#794](https://github.com/ruby-grape/grape-swagger/pull/794): Allow `entity_name` to be inherited, fixes issue #659 - [@urkle](https://github.com/urkle).
* [#793](https://github.com/ruby-grape/grape-swagger/pull/793): Features/inheritance and discriminator - [@MaximeRDY](https://github.com/MaximeRDY).
#### Fixes
* [#798](https://github.com/ruby-grape/grape-swagger/pull/798): Modify full entity name separator - [@GarrettB71](https://github.com/GarrettB71).
* [#796](https://github.com/ruby-grape/grape-swagger/pull/796): Support grape 1.4.0 - [@thedanielhanke](https://github.com/thedanielhanke).

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module GrapeSwagger
VERSION = '1.1.0'
VERSION = '1.2.0'
end