File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.7.0] - 2021-07-14
9+
10+ ### Changed
11+
12+ - [ BREAKING] Changed ` order.price_cents_usd ` and ` order.patch_fee_cents_usd ` from string to integer.
13+
814## [ 1.6.0] - 2021-07-14
915
1016### Added
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- patch_ruby (1.5.2 )
4+ patch_ruby (1.7.0 )
55 json (~> 2.1 , >= 2.1.0 )
66 typhoeus (~> 1.0 , >= 1.0.1 )
77
1919 coderay (1.1.3 )
2020 concurrent-ruby (1.1.7 )
2121 diff-lcs (1.4.3 )
22- ethon (0.12 .0 )
23- ffi (>= 1.3 .0 )
22+ ethon (0.14 .0 )
23+ ffi (>= 1.15 .0 )
2424 factory_bot (6.1.0 )
2525 activesupport (>= 5.0.0 )
26- ffi (1.15.0 )
26+ ffi (1.15.3 )
2727 i18n (1.8.7 )
2828 concurrent-ruby (~> 1.0 )
2929 json (2.5.1 )
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ def self.openapi_types
9090 :'production' => :'Boolean' ,
9191 :'state' => :'String' ,
9292 :'allocation_state' => :'String' ,
93- :'price_cents_usd' => :'String ' ,
94- :'patch_fee_cents_usd' => :'String ' ,
93+ :'price_cents_usd' => :'Integer ' ,
94+ :'patch_fee_cents_usd' => :'Integer ' ,
9595 :'allocations' => :'Array<Allocation>' ,
9696 :'registry_url' => :'String' ,
9797 :'metadata' => :'Object'
Original file line number Diff line number Diff line change 1111=end
1212
1313module Patch
14- VERSION = '1.6 .0'
14+ VERSION = '1.7 .0'
1515end
You can’t perform that action at this time.
0 commit comments