diff --git a/CHANGELOG.md b/CHANGELOG.md index 109478de74..f6080edc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 15.8.0-beta.1 - 2024-05-16 +* [#2087](https://github.com/stripe/stripe-node/pull/2087) Update generated code for beta + + ## 15.7.0-beta.1 - 2024-05-09 * [#2079](https://github.com/stripe/stripe-node/pull/2079) Update generated code for beta * No new beta features. Merging changes from the main branch. diff --git a/VERSION b/VERSION index e70008dee7..0f31d4170d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.7.0-beta.1 +15.8.0-beta.1 diff --git a/package.json b/package.json index 24dbca39d1..de1cc3c86a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "15.7.0-beta.1", + "version": "15.8.0-beta.1", "description": "Stripe API wrapper", "keywords": [ "stripe", diff --git a/src/stripe.core.ts b/src/stripe.core.ts index 77cf188de3..b1ae99ea68 100644 --- a/src/stripe.core.ts +++ b/src/stripe.core.ts @@ -55,7 +55,7 @@ export function createStripe( platformFunctions: PlatformFunctions, requestSender: RequestSenderFactory = defaultRequestSenderFactory ): typeof Stripe { - Stripe.PACKAGE_VERSION = '15.7.0-beta.1'; + Stripe.PACKAGE_VERSION = '15.8.0-beta.1'; Stripe.USER_AGENT = { bindings_version: Stripe.PACKAGE_VERSION, lang: 'node',