Skip to content

Commit

Permalink
Bump version to 8.199.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jan 20, 2022
1 parent 4ebff5b commit ebd769a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 8.199.0 - 2022-01-20
* [#1332](https://github.com/stripe/stripe-node/pull/1332) API Updates
* Add support for new resource `PaymentLink`
* Add support for `payment_link` on `Checkout.Session`

## 8.198.0 - 2022-01-19
* [#1331](https://github.com/stripe/stripe-node/pull/1331) API Updates
* Change type of `Charge.status` from `string` to `enum('failed'|'pending'|'succeeded')`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
8.198.0
8.199.0
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "8.198.0",
"version": "8.199.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit ebd769a

Please sign in to comment.