Skip to content

Commit

Permalink
Bump version to 16.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Oct 3, 2024
1 parent 3ee32d0 commit acdb80f
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

## 16.2.0-beta.1 - 2024-10-03
* [#1766](https://github.com/stripe/stripe-php/pull/1766) The `Preview` class has been removed. Please use [rawRequest](https://github.com/stripe/stripe-php?tab=readme-ov-file#custom-requests) instead which accepts
* the http method as parameter instead of the dedicated methods in the `Preview` class
* an `apiMode` of `v1` instead of `standard` and `v2` instead of `preview`.

## 16.0.0 - 2024-10-01
* [#1756](https://github.com/stripe/stripe-php/pull/1756) Support for APIs in the new API version 2024-09-30.acacia

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.11.0-beta.1
16.2.0-beta.1
2 changes: 1 addition & 1 deletion lib/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Stripe
/** @var float Initial delay between retries, in seconds */
private static $initialNetworkRetryDelay = 0.5;

const VERSION = '15.11.0-beta.1';
const VERSION = '16.2.0-beta.1';

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

0 comments on commit acdb80f

Please sign in to comment.