File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.10.0 - 2019-03-18
4
+ * [ #745 ] ( https://github.com/stripe/stripe-ruby/pull/745 ) Add support for the ` PaymentMethod ` resource and APIs
5
+ * [ #747 ] ( https://github.com/stripe/stripe-ruby/pull/747 ) Add support for retrieving a Checkout ` Session `
6
+ * [ #748 ] ( https://github.com/stripe/stripe-ruby/pull/748 ) Add support for deleting a Terminal ` Location ` and ` Reader `
7
+
3
8
## 4.9.1 - 2019-03-18
4
9
* [ #750 ] ( https://github.com/stripe/stripe-ruby/pull/750 ) Catch error and warn if unable to remove a method
5
10
Original file line number Diff line number Diff line change 1
- 4.9.1
1
+ 4.10.0
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Stripe
4
- VERSION = "4.9.1 " . freeze
4
+ VERSION = "4.10.0 " . freeze
5
5
end
You can’t perform that action at this time.
0 commit comments