Skip to content

Commit f3747fe

Browse files
committed
v1.2.1
1 parent 6a33347 commit f3747fe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff 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

lib/patch_ruby/models/project.rb

+1-1
Original file line numberDiff line numberDiff 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

lib/patch_ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Patch
14-
VERSION = '1.2.0'
14+
VERSION = '1.2.1'
1515
end

0 commit comments

Comments
 (0)