Bump version to 4.4.0

This commit is contained in:
Remi Jannel 2018-12-21 09:43:55 +01:00
parent b99ed974d4
commit e2c352de07
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
4.3.0
4.4.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.3.0".freeze
VERSION = "4.4.0".freeze
end