Skip to content

Commit

Permalink
Bump version to 16.2.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Oct 8, 2024
1 parent decff60 commit a62a9a7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 16.2.0-beta.2 - 2024-10-08
* [#1749](https://github.com/stripe/stripe-php/pull/1749) Update generated code for beta
* Add support for `submit_card` test helper method on resource `Issuing.Card`
* Add support for `groups` on `Account`
* Add support for new value `payout_statement_descriptor_profanity` on enum `StripeError.code`
* Add support for new value `refund.failed` on enum `Event.type`
* Add support for `metadata` on `Forwarding.Request`
* Add support for new value `expired` on enum `Issuing.Authorization.status`
* Add support for `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on `PaymentMethod`
* Add support for new values `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on enum `PaymentMethod.type`
* Add support for new values `by_tin`, `ma_vat`, `md_vat`, `tz_vat`, `uz_tin`, and `uz_vat` on enum `TaxId.type`
* Add support for `flat_amount` and `rate_type` on `TaxRate`
* Add support for new value `retail_delivery_fee` on enum `TaxRate.tax_type`

## 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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.2.0-beta.1
16.2.0-beta.2
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 = '16.2.0-beta.1';
const VERSION = '16.2.0-beta.2';

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

0 comments on commit a62a9a7

Please sign in to comment.