Skip to content

Commit

Permalink
Bump version to 13.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Apr 9, 2024
1 parent 23d4af8 commit 02abb04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 13.18.0 - 2024-04-09
* [#1675](https://github.com/stripe/stripe-php/pull/1675) Update generated code
* Add support for new resources `Entitlements.ActiveEntitlement` and `Entitlements.Feature`
* Add support for `all` and `retrieve` methods on resource `ActiveEntitlement`
* Add support for `all`, `create`, `retrieve`, and `update` methods on resource `Feature`
* Add support for new value `none` on enum `Account.type`
* Add support for `cancel`, `event_name`, and `type` on `Billing.MeterEventAdjustment`

## 13.17.0 - 2024-04-04
* [#1670](https://github.com/stripe/stripe-php/pull/1670) Update generated code
* Add support for `subscription_item` on `Discount`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.17.0
13.18.0
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.17.0';
const VERSION = '13.18.0';

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

0 comments on commit 02abb04

Please sign in to comment.