Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franckverrot committed Jun 20, 2022
1 parent edcefe0 commit 26f8834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
stripe = {
source = "franckverrot/stripe"
version = "1.7.0"
version = "1.9.0"
}
}
}
Expand Down Expand Up @@ -244,4 +244,4 @@ resource "stripe_customer_portal" "customer_portal" {

default_return_url = "https://return.example"

}
}

0 comments on commit 26f8834

Please sign in to comment.