mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Bump version to 4.4.0
This commit is contained in:
parent
b99ed974d4
commit
e2c352de07
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.4.0 - 2018-12-21
|
||||
* [#716](https://github.com/stripe/stripe-ruby/pull/716) Add support for the `CheckoutSession` resource
|
||||
|
||||
## 4.3.0 - 2018-12-10
|
||||
* [#711](https://github.com/stripe/stripe-ruby/pull/711) Add support for account links
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.3.0".freeze
|
||||
VERSION = "4.4.0".freeze
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user