diff --git a/CHANGELOG.md b/CHANGELOG.md index c1cd5196..2f2777a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 13.2.0-beta.1 - 2024-10-29 +* [#1477](https://github.com/stripe/stripe-ruby/pull/1477) Update generated code for beta + * Add support for `trigger_action` method on resource `PaymentIntent` + ## 13.1.0 - 2024-10-29 * [#1472](https://github.com/stripe/stripe-ruby/pull/1472) Update generated code * Add support for `submit_card` test helper method on resource `Issuing.Card` diff --git a/VERSION b/VERSION index 90881f79..4de68bba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.0-beta.3 +13.2.0-beta.1 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 5cd876db..e88ecc60 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stripe - VERSION = "13.1.0-beta.3" + VERSION = "13.2.0-beta.1" end