File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 22
33#### Features
44
5- * [ #794 ] ( https://github.com/ruby-grape/grape-swagger/pull/794 ) : Allow entity_name to be inherited, fixes #659 - [ @urkle ] ( https://githubcom/urkle ) .
65* Your contribution here.
7- * [ #793 ] ( https://github.com/ruby-grape/grape-swagger/pull/793 ) : Features/inheritance and discriminator - [ @MaximeRDY ] ( https://github.com/MaximeRDY ) .
86
97#### Fixes
108
119* Your contribution here.
10+
11+
12+ ### 1.2.0 (July 1, 2020)
13+
14+ #### Features
15+
16+ * [ #794 ] ( https://github.com/ruby-grape/grape-swagger/pull/794 ) : Allow ` entity_name ` to be inherited, fixes issue #659 - [ @urkle ] ( https://github.com/urkle ) .
17+ * [ #793 ] ( https://github.com/ruby-grape/grape-swagger/pull/793 ) : Features/inheritance and discriminator - [ @MaximeRDY ] ( https://github.com/MaximeRDY ) .
18+
19+ #### Fixes
20+
1221* [ #798 ] ( https://github.com/ruby-grape/grape-swagger/pull/798 ) : Modify full entity name separator - [ @GarrettB71 ] ( https://github.com/GarrettB71 ) .
1322* [ #796 ] ( https://github.com/ruby-grape/grape-swagger/pull/796 ) : Support grape 1.4.0 - [ @thedanielhanke ] ( https://github.com/thedanielhanke ) .
1423
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module GrapeSwagger
4- VERSION = '1.1 .0'
4+ VERSION = '1.2 .0'
55end
You can’t perform that action at this time.
0 commit comments