Skip to content

Commit

Permalink
Bump version to 10.16.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stripe committed Nov 2, 2022
1 parent 58d5eee commit 36f101b
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.16.0-beta.2 - 2022-11-02
* [#1598](https://github.com/stripe/stripe-node/pull/1598) API Updates for beta branch
* Updated beta APIs to the latest stable version
* Add support for `cashappPayments` and `zipPayments` on `Account`.
* Add support for `cashapp` and `zip` on `Charge`, `PaymentMethod`.
* Add support for `trialSettings` on `SubscriptionSchedule`.

## 10.16.0-beta.1 - 2022-10-21
* [#1589](https://github.com/stripe/stripe-node/pull/1589) API Updates for beta branch
* Updated stable APIs to the latest version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.16.0-beta.1
10.16.0-beta.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "10.16.0-beta.1",
"version": "10.16.0-beta.2",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit 36f101b

Please sign in to comment.