diff --git a/CHANGELOG.md b/CHANGELOG.md index 842e0b37..b7193eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 5.23.1 - 2020-08-05 +* [#936](https://github.com/stripe/stripe-ruby/pull/936) Rename API resource's `request` method + ## 5.23.0 - 2020-08-05 * [#937](https://github.com/stripe/stripe-ruby/pull/937) Add support for the `PromotionCode` resource and APIs diff --git a/VERSION b/VERSION index e7acdaa9..3930c21f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.23.0 +5.23.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index df1fab24..dffa6c97 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "5.23.0" + VERSION = "5.23.1" end