From 5d9039731b324a4d9d6e334143678f4a1e618520 Mon Sep 17 00:00:00 2001 From: Brandur Date: Wed, 26 Aug 2020 13:01:23 -0700 Subject: [PATCH] Bump version to 5.24.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7193eaa..aba89234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.24.0 - 2020-08-26 +* [#939](https://github.com/stripe/stripe-ruby/pull/939) Extract configurations into separate object +* [#940](https://github.com/stripe/stripe-ruby/pull/940) Fix typo in documentation of `stripe_object.rb` + ## 5.23.1 - 2020-08-05 * [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method diff --git a/VERSION b/VERSION index 3930c21f..95d5ae00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.23.1 +5.24.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index dffa6c97..22cb8e87 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.23.1" + VERSION = "5.24.0" end