File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.2.3] - 2020-09-28
10+ ## [ 1.2.4] - 2020-10-14
11+
12+ ### Added
13+
14+ - ` total_price_cents_usd ` field to ` orders `
15+ - allows users to create an order by total price
16+
17+ ### Changed
18+
19+ - order creation requires either ` mass_g ` or ` total_price_cents_usd ` , but not both
20+
21+ ## [ 1.2.3] - 2020-10-05
1122
1223### Added
1324
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- patch_ruby (1.2.3 )
4+ patch_ruby (1.2.4 )
55 json (~> 2.1 , >= 2.1.0 )
66 typhoeus (~> 1.0 , >= 1.0.1 )
77
Original file line number Diff line number Diff line change 1111=end
1212
1313module Patch
14- VERSION = '1.2.3 '
14+ VERSION = '1.2.4 '
1515end
You can’t perform that action at this time.
0 commit comments