Bump version to 4.4.1

This commit is contained in:
Brandur 2018-12-31 11:09:56 -07:00
parent 4d7f15f881
commit 6f81c907e8
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
4.4.0
4.4.1

View File

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