Skip to content

Commit

Permalink
Bump version to 79.13.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 18, 2024
1 parent e13872b commit 4e48d31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 79.13.0-beta.1 - 2024-09-18
* [#1920](https://github.com/stripe/stripe-go/pull/1920) Update generated code for beta
* Remove support for resource `QuotePhase`
* Remove support for `Get` and `ListLineItems` methods on resource `QuotePhase`
* Add support for `SendMoney` and `TransferBalance` on `AccountSessionComponentsFinancialAccountFeaturesParams`
* Add support for new value `rechnung` on enum `PaymentLinkPaymentMethodTypes`

## 79.12.0 - 2024-09-18
* [#1919](https://github.com/stripe/stripe-go/pull/1919) Update generated code
* Add support for new value `international_transaction` on enum `TreasuryReceivedDebitFailureCode`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.12.0-beta.1
79.13.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "79.12.0-beta.1"
const clientversion = "79.13.0-beta.1"

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

0 comments on commit 4e48d31

Please sign in to comment.