Skip to content

Commit

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

## 76.21.0-beta.1 - 2024-03-07
* [#1822](https://github.com/stripe/stripe-go/pull/1822) Update generated code for beta
* Add support for new value `billing_period_end` on enum `QuoteLineEndsAtType`

## 76.20.0-beta.1 - 2024-02-29
* [#1816](https://github.com/stripe/stripe-go/pull/1816) Update generated code for beta
* Remove support for resource `Entitlements.Event`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.20.0-beta.1
76.21.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ func AddBetaVersion(betaName string, betaVersion string) error {
//

// clientversion is the binding version
const clientversion = "76.20.0-beta.1"
const clientversion = "76.21.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 f056416

Please sign in to comment.