Skip to content

Commit b8ed84d

Browse files
committed
Bump version to 8.162.0
1 parent 0af0cb8 commit b8ed84d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 8.162.0 - 2021-07-14
4+
* [#1194](https://github.com/stripe/stripe-node/pull/1194) API Updates
5+
* Add support for `quote.accepted`, `quote.canceled`, `quote.created`, and `quote.finalized` events.
6+
* [#1190](https://github.com/stripe/stripe-node/pull/1190) API Updates
7+
* Add support for `list_computed_upfront_line_items` method on resource `Quote`
8+
* [#1192](https://github.com/stripe/stripe-node/pull/1192) Update links to Stripe.js docs
9+
310
## 8.161.0 - 2021-07-09
411
* [#1188](https://github.com/stripe/stripe-node/pull/1188) API Updates
512
* Add support for new resource `Quote`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.161.0
1+
8.162.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "8.161.0",
3+
"version": "8.162.0",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

0 commit comments

Comments
 (0)