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
7
7
8
8
## [ Unreleased]
9
9
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
11
22
12
23
### Added
13
24
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- patch_ruby (1.2.3 )
4
+ patch_ruby (1.2.4 )
5
5
json (~> 2.1 , >= 2.1.0 )
6
6
typhoeus (~> 1.0 , >= 1.0.1 )
7
7
Original file line number Diff line number Diff line change 11
11
=end
12
12
13
13
module Patch
14
- VERSION = '1.2.3 '
14
+ VERSION = '1.2.4 '
15
15
end
You can’t perform that action at this time.
0 commit comments