mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
Merge branch 'beta' into latest-codegen-beta
This commit is contained in:
commit
bc73f94f65
@ -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`.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
VERSION = "15.5.0-beta.1"
|
||||
VERSION = "15.5.0-beta.2"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user