mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-27 00:03:06 -05:00
Bump version to 4.4.1
This commit is contained in:
parent
4d7f15f881
commit
6f81c907e8
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 4.4.1 - 2018-12-31
|
||||
* [#718](https://github.com/stripe/stripe-ruby/pull/718) Fix an error message typo
|
||||
|
||||
## 4.4.0 - 2018-12-21
|
||||
* [#716](https://github.com/stripe/stripe-ruby/pull/716) Add support for the `CheckoutSession` resource
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "4.4.0".freeze
|
||||
VERSION = "4.4.1".freeze
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user