diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a04264..3d47d0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,75 +1,23 @@ -## Unreleased - -## 1.2.2 - -BUG FIXES: - -* documentation link in the `resource_card` fixed. - - -## 1.2.1 - -BUG FIXES: - -* `resource_price` the free amount can be used in tiers. - -NOTES: - -* warning note added into the `resource_card` related to sensitive data in the state. - - -## 1.2.0 - -ENHANCEMENTS: - -* `resource_customer` added - -NOTES: - -* documentation of HCL language from older resources points to the resource_customer - -## 1.1.3 - -ENHANCEMENTS: - -BUG FIXES: - -NOTES: - -* Documentation of Terraform Price Example modified. - -## 1.1.2 - -NOTES: - -* Link in the documentation fixed. - -## 1.1.1 - -* Renaming file `resource_promotion_code.go` -> `resource_stripe_promotion_code.go` - -## 1.1.0 - -ENHANCEMENTS: - -* `resource/stripe_price` Support for Stripe Price added. - -## 1.0.1 - -NOTES: - -* Documentation typo removed - -## 1.0.0 - -ENHANCEMENTS: - -* `resource/stripe_card` Support for the Stripe Card added. -* `resource/stripe_coupon` Support for the Stripe Coupon added. -* `resource/stripe_product` Support for the Stripe Product added. -* `resource/stripe_promotion_code` Support for the Stripe Promotion Code added. -* `resource/stripe_webhook_endpoint` Support for the Stripe Webhook Endpoint added. - -NOTES: - -* Production ready release +## 2.0.0 + +* BUGFIXES: + * `tax_behaviour` renamed to `tax_behavior` to be consistent with the Stripe language. This is the breaking change! + +* DEPENDENCIES UPGRADE: + * github.com/hashicorp/go-plugin v1.6.0 => v1.6.1 + * github.com/hashicorp/terraform-plugin-go v0.22.1 => v0.23.0 + * github.com/stripe/stripe-go/v76 v76.23.0 => v76.25.0 + * golang.org/x/mod v0.16.0 => v0.17.0 + * golang.org/x/net v0.23.0 => v0.25.0 + * golang.org/x/sync v0.6.0 => v0.7.0 + * golang.org/x/sys v0.18.0 => v0.20.0 + * golang.org/x/text v0.14.0 => v0.15.0 + * golang.org/x/tools v0.19.0 => v0.21.0 + * google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda => v0.0.0-20240509183442-62759503f434 + * google.golang.org/grpc v1.63.0 => v1.63.2 + * google.golang.org/protobuf v1.33.0 => v1.34.1 + +## 1.XX.XX + +* NOTES: + * Production ready solution which is already widely in use.