Skip to content

Commit ff14642

Browse files
committed
v3.2.0 (#652)
1 parent cb743c8 commit ff14642

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## 3.2.0 (Unreleased)
1+
## 3.3.0 (Unreleased)
2+
3+
## 3.2.0 (March 2, 2023)
4+
5+
ENHANCEMENTS:
6+
7+
* Allow certainly as a certificate authority [#648](https://github.com/fastly/terraform-provider-fastly/pull/648)
8+
9+
BUG FIXES:
10+
11+
* fix(product_enablement): improve error handling for user scenarios without self-enablement [#651](https://github.com/fastly/terraform-provider-fastly/pull/651)
12+
13+
DOCUMENTATION:
14+
15+
* docs: tls subscriptions [#649](https://github.com/fastly/terraform-provider-fastly/pull/649)
216

317
## 3.1.0 (February 21, 2023)
418

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
required_providers {
2626
fastly = {
2727
source = "fastly/fastly"
28-
version = ">= 3.1.0"
28+
version = ">= 3.2.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)