diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5ba2559..d0ce6c350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 12.3.0 - 2024-07-18 +* [#1436](https://github.com/stripe/stripe-ruby/pull/1436) Fixed changelog for major release 12.0.0 +* [#1435](https://github.com/stripe/stripe-ruby/pull/1435) Add deprecation warning for `APIResource.request` + ## 12.2.0 - 2024-07-12 * [#1430](https://github.com/stripe/stripe-ruby/pull/1430) Update generated code diff --git a/VERSION b/VERSION index 685332623..4d23cb8e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.2.0 +12.3.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 87e33de87..5f0643f2c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "12.2.0" + VERSION = "12.3.0" end