CHANGELOG.md in patch_ruby-1.2.3 vs CHANGELOG.md in patch_ruby-1.2.4
- old
+ new
@@ -5,10 +5,21 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
-## [1.2.3] - 2020-09-28
+## [1.2.4] - 2020-10-14
+
+### Added
+
+- `total_price_cents_usd` field to `orders`
+- allows users to create an order by total price
+
+### Changed
+
+- order creation requires either `mass_g` or `total_price_cents_usd`, but not both
+
+## [1.2.3] - 2020-10-05
### Added
- `patch_fee_cents_usd` field to `orders`