Skip to content

Commit

Permalink
Bump version to 10.13.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Apr 20, 2023
1 parent d5187c3 commit 5613c17
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

## 10.13.0-beta.4 - 2023-04-20
* [#1481](https://github.com/stripe/stripe-php/pull/1481) Update generated code for beta
* Add support for `country_options` on `Tax.Registration`
* Remove support for `state` and `type` on `Tax.Registration`

## 10.13.0-beta.3 - 2023-04-13
* [#1477](https://github.com/stripe/stripe-php/pull/1477) Update generated code for beta
* Add support for `collect_payment_method` and `confirm_payment_intent` methods on resource `Terminal.Reader`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.13.0-beta.3
10.13.0-beta.4
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.13.0-beta.3';
const VERSION = '10.13.0-beta.4';

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

0 comments on commit 5613c17

Please sign in to comment.