File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.1] - 2020-09-18
11
+
12
+ ### Fixed
13
+
14
+ - Fixing an issue related to the OpenApi code generator.
15
+
10
16
## [ 1.2.0] - 2020-09-17
11
17
12
18
### Added
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def self.openapi_types
88
88
:'photos' => :'Array<Photo>' ,
89
89
:'average_price_per_tonne_cents_usd' => :'Integer' ,
90
90
:'remaining_mass_g' => :'Integer' ,
91
- :'standard' => :'OneOfstandard '
91
+ :'standard' => :'Standard '
92
92
}
93
93
end
94
94
Original file line number Diff line number Diff line change 11
11
=end
12
12
13
13
module Patch
14
- VERSION = '1.2.0 '
14
+ VERSION = '1.2.1 '
15
15
end
You can’t perform that action at this time.
0 commit comments