We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f4ab5 commit 6f3c914Copy full SHA for 6f3c914
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
20
## [1.2.2] - 2020-09-18
21
22
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- patch_ruby (1.2.2)
+ patch_ruby (1.3.0)
5
json (~> 2.1, >= 2.1.0)
6
typhoeus (~> 1.0, >= 1.0.1)
lib/patch_ruby/version.rb
@@ -11,5 +11,5 @@
=end
module Patch
- VERSION = '1.2.2'
+ VERSION = '1.3.0'
end
0 commit comments