Skip to content

Commit

Permalink
Bump version to 74.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Jun 22, 2023
1 parent ee48889 commit 676c541
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 74.23.0 - 2023-06-22
* [#1678](https://github.com/stripe/stripe-go/pull/1678) Update generated code
* Add support for `OnBehalfOf` on `Mandate`
* [#1680](https://github.com/stripe/stripe-go/pull/1680) Deserialization test
* [#1676](https://github.com/stripe/stripe-go/pull/1676) Update generated code
* Release specs are identical.
* [#1672](https://github.com/stripe/stripe-go/pull/1672) Update generated code
* Change type of `FileFileParams` from `string` to `file`

## 74.22.0 - 2023-06-08
* [#1670](https://github.com/stripe/stripe-go/pull/1670) Update generated code
* Add support for `TaxabilityReason` on `TaxCalculationTaxBreakdown`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.22.0
74.23.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "74.22.0"
const clientversion = "74.23.0"

// 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 676c541

Please sign in to comment.