We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a33347 commit f3747feCopy full SHA for f3747fe
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.1] - 2020-09-18
11
+
12
+### Fixed
13
14
+- Fixing an issue related to the OpenApi code generator.
15
16
## [1.2.0] - 2020-09-17
17
18
### Added
lib/patch_ruby/models/project.rb
@@ -88,7 +88,7 @@ def self.openapi_types
88
:'photos' => :'Array<Photo>',
89
:'average_price_per_tonne_cents_usd' => :'Integer',
90
:'remaining_mass_g' => :'Integer',
91
- :'standard' => :'OneOfstandard'
+ :'standard' => :'Standard'
92
}
93
end
94
lib/patch_ruby/version.rb
@@ -11,5 +11,5 @@
=end
module Patch
- VERSION = '1.2.0'
+ VERSION = '1.2.1'
0 commit comments