From 6f81c907e883e9ee23fd4096dd186444fb4c54f4 Mon Sep 17 00:00:00 2001 From: Brandur Date: Mon, 31 Dec 2018 11:09:56 -0700 Subject: [PATCH] Bump version to 4.4.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ac3083..556d3aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index fdc66988..cca25a93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.0 +4.4.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 4239079b..1619e9fb 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "4.4.0".freeze + VERSION = "4.4.1".freeze end