We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfa2be commit a3c2730Copy full SHA for a3c2730
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 8.61.0 - 2020-06-09
4
+* [#917](https://github.com/stripe/stripe-node/pull/917) Add support for `id_npwp` and `my_frp` as `type` on `TaxId`
5
+
6
## 8.60.0 - 2020-06-03
7
* [#911](https://github.com/stripe/stripe-node/pull/911) Add support for `payment_intent_data[transfer_group]` on Checkout `Session`
8
VERSION
@@ -1 +1 @@
-8.60.0
+8.61.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "8.60.0",
+ "version": "8.61.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments