diff --git a/CHANGELOG.md b/CHANGELOG.md index d80fe66..b6b99b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ * / +## June 20th 2022 (v1.9.0) + + * Add support for customer portal + * Update Stripe SDK's version requirement + + ## January 30th 2021 (v1.8.0) * Make sure product prices are read properly diff --git a/main.tf b/main.tf index 0da79af..de60468 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { stripe = { source = "franckverrot/stripe" - version = "1.7.0" + version = "1.9.0" } } } @@ -244,4 +244,4 @@ resource "stripe_customer_portal" "customer_portal" { default_return_url = "https://return.example" -} \ No newline at end of file +}