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 2
2
3
3
#### Features
4
4
5
- * [ #794 ] ( https://github.com/ruby-grape/grape-swagger/pull/794 ) : Allow entity_name to be inherited, fixes #659 - [ @urkle ] ( https://githubcom/urkle ) .
6
5
* Your contribution here.
7
- * [ #793 ] ( https://github.com/ruby-grape/grape-swagger/pull/793 ) : Features/inheritance and discriminator - [ @MaximeRDY ] ( https://github.com/MaximeRDY ) .
8
6
9
7
#### Fixes
10
8
11
9
* 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
+
12
21
* [ #798 ] ( https://github.com/ruby-grape/grape-swagger/pull/798 ) : Modify full entity name separator - [ @GarrettB71 ] ( https://github.com/GarrettB71 ) .
13
22
* [ #796 ] ( https://github.com/ruby-grape/grape-swagger/pull/796 ) : Support grape 1.4.0 - [ @thedanielhanke ] ( https://github.com/thedanielhanke ) .
14
23
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GrapeSwagger
4
- VERSION = '1.1 .0'
4
+ VERSION = '1.2 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments