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
77
88## [ Unreleased]
99
10+ ## [ 1.2.1] - 2020-09-18
11+
12+ ### Fixed
13+
14+ - Fixing an issue related to the OpenApi code generator.
15+
1016## [ 1.2.0] - 2020-09-17
1117
1218### Added
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def self.openapi_types
8888 :'photos' => :'Array<Photo>' ,
8989 :'average_price_per_tonne_cents_usd' => :'Integer' ,
9090 :'remaining_mass_g' => :'Integer' ,
91- :'standard' => :'OneOfstandard '
91+ :'standard' => :'Standard '
9292 }
9393 end
9494
Original file line number Diff line number Diff line change 1111=end
1212
1313module Patch
14- VERSION = '1.2.0 '
14+ VERSION = '1.2.1 '
1515end
You can’t perform that action at this time.
0 commit comments