Skip to content

Commit 0cf31bc

Browse files
Bump version to 19.3.0-beta.1
1 parent 1172273 commit 0cf31bc

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 19.3.0-beta.1 - 2026-05-27
4+
This release changes the pinned API version to 2026-05-27.private.
5+
6+
* [#1857](https://github.com/stripe/stripe-ruby/pull/1857) Update generated code for beta
7+
* Add support for `pause` method on resource `Subscription`
8+
* Add support for `retrieve` method on resource `V2::Iam::ActivityLog`
9+
* Change type of `ProductCatalog::TrialOffer::EndBehavior::Transition.price` from `string` to `expandable($Price)`
10+
* Add support for `amount_paid_off_stripe` on `QuotePreviewInvoice`
11+
* Add support for `discountable` on `QuotePreviewSubscriptionSchedule::Phase::AddInvoiceItem`
12+
* Add support for `bizum` and `scalapay` on `SharedPayment::GrantedToken::PaymentMethodDetail`
13+
* Change `SharedPayment::GrantedToken.agent_details` to be required
14+
* Change type of `SubscriptionItem.billed_until` from `nullable(DateTime)` to `DateTime`
15+
* Add support for `payment_behavior` on `SubscriptionResumeParams`
16+
* Add support for `status_details` on `Subscription`
17+
* Change `Subscription.billing_schedules` to be required
18+
* ⚠️ Change type of `V2::MoneyManagement::ReceivedCredit::BankTransfer::GbBankAccount.network` from `literal('fps')` to `enum('chaps'|'fps')`
19+
320
## 19.2.0-beta.2 - 2026-04-24
421
* [#1854](https://github.com/stripe/stripe-ruby/pull/1854) Update generated code for beta
522
* Add support for new resources `V2::Commerce::ProductCatalogImport`, `V2::Data::Reporting::QueryRun`, `V2::Extend::WorkflowRun`, `V2::Extend::Workflow`, `V2::Iam::ActivityLog`, `V2::Network::BusinessProfile`, and `V2::OrchestratedCommerce::Agreement`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.2.0-beta.2
1+
19.3.0-beta.1

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "19.2.0-beta.2"
4+
VERSION = "19.3.0-beta.1"
55
end

0 commit comments

Comments
 (0)