Skip to content

Commit 6f3c914

Browse files
committed
bump version to 1.3.0
1 parent 27f4ab5 commit 6f3c914

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.0] - 2020-09-24
11+
12+
### Added
13+
14+
- `patch_fee_cents_usd` `integer` field to `orders`
15+
16+
## Changed
17+
18+
- `price_cents_usd` type changed from `string` to `integer`
19+
1020
## [1.2.2] - 2020-09-18
1121

1222
### Added

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.2)
4+
patch_ruby (1.3.0)
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.2'
14+
VERSION = '1.3.0'
1515
end

0 commit comments

Comments
 (0)