Skip to content

Commit

Permalink
Bump version to 14.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed May 2, 2024
1 parent 9ab4f0b commit 1a434bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 14.6.0-beta.1 - 2024-05-02
* [#1689](https://github.com/stripe/stripe-php/pull/1689) Update generated code for beta
* Add support for `rechnung` on `PaymentMethod`
* Add support for new value `rechnung` on enum `PaymentMethod.type`

## 14.5.0-beta.1 - 2024-04-25
* [#1683](https://github.com/stripe/stripe-php/pull/1683) Update generated code for beta
* Add support for `cancel_subscription_schedule` on `QuoteLine`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
14.5.0-beta.1
14.6.0-beta.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '14.5.0-beta.1';
const VERSION = '14.6.0-beta.1';

/**
* @return string the API key used for requests
Expand Down

0 comments on commit 1a434bb

Please sign in to comment.