Skip to content

Commit

Permalink
Bump version to 10.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Mar 2, 2023
1 parent 8f67138 commit 926186f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.9.0-beta.1 - 2023-03-02
* [#1448](https://github.com/stripe/stripe-php/pull/1448) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `Issuing.CardBundle` and `Issuing.CardDesign`
* Add support for `all` and `retrieve` methods on resource `CardBundle`
* Add support for `all`, `retrieve`, and `update` methods on resource `CardDesign`
* Add support for `card_design` on `Issuing.Card`

## 10.8.0 - 2023-03-02
* [#1447](https://github.com/stripe/stripe-php/pull/1447) API Updates
* Add support for `reconciliation_status` on `Payout`
Expand Down Expand Up @@ -54,12 +62,12 @@

## 10.5.0-beta.2 - 2023-01-26
* [#1429](https://github.com/stripe/stripe-php/pull/1429) API Updates for beta branch
* Updated stable APIs to the latest version
* Updated stable APIs to the latest version
* Add support for `list_transactions` method on resource `Tax.Transaction`

## 10.5.0-beta.1 - 2023-01-19
* [#1427](https://github.com/stripe/stripe-php/pull/1427) API Updates for beta branch
* Updated stable APIs to the latest version
* Updated stable APIs to the latest version
* Add support for `Tax.Settings` resource.

## 10.4.0 - 2023-01-19
Expand All @@ -73,13 +81,13 @@

## 10.4.0-beta.3 - 2023-01-12
* [#1423](https://github.com/stripe/stripe-php/pull/1423) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for `Tax.Registration` resource.
* Updated stable APIs to the latest version
* Add support for `Tax.Registration` resource.
* Change `draft_quote` method implementation from hitting `/v1/quotes/{quotes}/draft` to `/v1/quotes/{quotes}/mark_draft`

## 10.4.0-beta.2 - 2023-01-05
* [#1420](https://github.com/stripe/stripe-php/pull/1420) API Updates for beta branch
* Updated stable APIs to the latest version
* Updated stable APIs to the latest version
* Add support for `mark_stale_quote` method on resource `Quote`

## 10.4.0-beta.1 - 2022-12-22
Expand All @@ -93,9 +101,9 @@

## 10.3.0-beta.1 - 2022-12-15
* [#1412](https://github.com/stripe/stripe-php/pull/1412) API Updates for beta branch
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
* Updated stable APIs to the latest version
* Add support for new resources `QuoteLine`, `TaxCalculation`, and `TaxTransaction`
* Add support for `create` and `list_line_items` methods on resource `TaxCalculation`
* Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`

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

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

0 comments on commit 926186f

Please sign in to comment.