Skip to content

Commit

Permalink
Bump version to 79.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Jul 25, 2024
1 parent 3ca8bcd commit 0b3cbb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 79.6.0-beta.1 - 2024-07-25
* [#1889](https://github.com/stripe/stripe-go/pull/1889) Update generated code for beta
* Add support for new resource `Tax.Association`
* Add support for `Find` method on resource `Association`
* Add support for `Capital` on `AccountSettingsParams` and `AccountSettings`
* Add support for `AsyncWorkflows` on `PaymentIntentCaptureParams`, `PaymentIntentConfirmParams`, `PaymentIntentDecrementAuthorizationParams`, `PaymentIntentIncrementAuthorizationParams`, `PaymentIntentParams`, and `PaymentIntent`
* Add support for `Payto` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration`

## 79.4.0-beta.1 - 2024-07-11
* [#1885](https://github.com/stripe/stripe-go/pull/1885) Update generated code for beta
* Add support for new value `not_qualified` on enum `DisputeEvidenceDetailsEnhancedEligibilityVisaCompellingEvidence3Status`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.4.0-beta.1
79.6.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "79.4.0-beta.1"
const clientversion = "79.6.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 0b3cbb4

Please sign in to comment.