Skip to content

Commit 2cce108

Browse files
committed
bump version to 1.2.4
1 parent c4524ab commit 2cce108

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

lib/patch_ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Patch
14-
VERSION = '1.2.3'
14+
VERSION = '1.2.4'
1515
end

0 commit comments

Comments
 (0)