Skip to content

Commit

Permalink
Bump version to 10.3.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Dec 16, 2022
1 parent 6c028b4 commit d603b5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 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`
* Add support for `create_reversal`, `create`, and `retrieve` methods on resource `TaxTransaction`

## 10.2.0 - 2022-12-15
* [#1411](https://github.com/stripe/stripe-php/pull/1411) API Updates
* Add support for new value `invoice_overpaid` on enum `CustomerBalanceTransaction.type`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.2.0-beta.1
10.3.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.2.0-beta.1';
const VERSION = '10.3.0-beta.1';

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

0 comments on commit d603b5b

Please sign in to comment.