Skip to content

Commit

Permalink
Bump version to 75.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Aug 17, 2023
1 parent 0d51322 commit 2831d95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 75.1.0 - 2023-08-17
* [#1713](https://github.com/stripe/stripe-go/pull/1713) Update generated code
* Add support for `FlatAmount` on `TaxTransactionCreateReversalParams`
* [#1712](https://github.com/stripe/stripe-go/pull/1712) Fix link title to go migration guide

## 75.0.0 - 2023-08-16
* This release changes the pinned API version to `2023-08-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-08-16) and carefully review the API changes before upgrading `stripe-go`.
* More information is available in the [stripe-go v75 migration guide](https://github.com/stripe/stripe-go/wiki/Migration-guide-for-v75)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.0.0
75.1.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "75.0.0"
const clientversion = "75.1.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 2831d95

Please sign in to comment.