Skip to content

Commit

Permalink
Bump version to 13.16.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Mar 21, 2024
1 parent 5a45adc commit 653cb39
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 13.16.0-beta.1 - 2024-03-21
* [#1661](https://github.com/stripe/stripe-php/pull/1661) Update generated code for beta
* Add support for new resources `Entitlements.ActiveEntitlementSummary` and `Entitlements.ActiveEntitlement`
* Add support for `all` method on resource `ActiveEntitlement`
* Add support for `use_stripe_sdk` on `ConfirmationToken`
* Remove support for `payment_method` on `ConfirmationToken`
* Change type of `ConfirmationToken.mandate_data` from `ConfirmationTokensResourceMandateData` to `nullable(ConfirmationTokensResourceMandateData)`
* Add support for `active` and `metadata` on `Entitlements.Feature`
* Add support for new value `entitlements.active_entitlement_summary.updated` on enum `Event.type`
* Remove support for value `customer.entitlement_summary.updated` from enum `Event.type`

## 13.15.0-beta.1 - 2024-03-14
* [#1659](https://github.com/stripe/stripe-php/pull/1659) Update generated code for beta
* Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.15.0-beta.1
13.16.0-beta.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '13.15.0-beta.1';
const VERSION = '13.16.0-beta.1';

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

0 comments on commit 653cb39

Please sign in to comment.