Merge branch 'beta' into latest-codegen-beta

This commit is contained in:
Ramya Rao 2025-08-27 08:57:36 -07:00 committed by GitHub
commit bc73f94f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 15.5.0-beta.2 - 2025-08-08
* [#1632](https://github.com/stripe/stripe-ruby/pull/1632) Bring back invoice payments APIs that were missing in the public preview SDKs
* Add support for new resource `InvoicePayment`
* Add support for `list` and `retrieve` methods on resource `InvoicePayment`
## 15.5.0-beta.1 - 2025-07-30
This release changes the pinned API version to `2025-07-30.preview`.

View File

@ -1 +1 @@
15.5.0-beta.1
15.5.0-beta.2

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "15.5.0-beta.1"
VERSION = "15.5.0-beta.2"
end