Skip to content

Commit 26f8834

Browse files
committed
Release 1.9.0
1 parent edcefe0 commit 26f8834

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
* /
66

7+
## June 20th 2022 (v1.9.0)
8+
9+
* Add support for customer portal
10+
* Update Stripe SDK's version requirement
11+
12+
713
## January 30th 2021 (v1.8.0)
814

915
* Make sure product prices are read properly

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
stripe = {
44
source = "franckverrot/stripe"
5-
version = "1.7.0"
5+
version = "1.9.0"
66
}
77
}
88
}
@@ -244,4 +244,4 @@ resource "stripe_customer_portal" "customer_portal" {
244244

245245
default_return_url = "https://return.example"
246246

247-
}
247+
}

0 commit comments

Comments
 (0)