Skip to content

Commit 21f1e6d

Browse files
committed
Bump version to 84.5.0-alpha.1
1 parent 68cacb5 commit 21f1e6d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## 84.5.0-alpha.1 - 2026-02-25
4+
This release changes the pinned API version to `2026-02-25.preview`.
5+
6+
* [#2275](https://github.com/stripe/stripe-go/pull/2275) Update generated code for private-preview
7+
* Add support for new resource `AccountSignals`
8+
* Add support for `Get` method on resource `AccountSignals`
9+
* Add support for `AggregationPeriod`, `GroupBy`, and `TriggeredAt` on `BillingAlertTriggered`
10+
* Add support for `ExternalAccountCollection` on `AccountLinkCollectionOptionsParams`
11+
* Add support for `FundingSource` on `ApplicationFee`
12+
* Add support for `Hosted` and `UIMode` on `FinancialConnectionsSessionParams` and `FinancialConnectionsSession`
13+
* Add support for `URL` on `FinancialConnectionsSession`
14+
* Add support for `BillingCycleAnchor` on `SubscriptionTrialSettingsEndBehaviorParams`
15+
316
## 84.4.0 - 2026-02-25
417
This release changes the pinned API version to `2026-02-25.clover`.
518

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
84.4.0-alpha.4
1+
84.5.0-alpha.1

stripe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
17261726
//
17271727

17281728
// clientversion is the binding version
1729-
const clientversion = "84.4.0-alpha.4"
1729+
const clientversion = "84.5.0-alpha.1"
17301730

17311731
// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
17321732
// This is chosen to be consistent with the other Stripe language libraries and

0 commit comments

Comments
 (0)