We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f3d78 commit 9999eafCopy full SHA for 9999eaf
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## 3.1.0 (Unreleased)
+## 3.2.0 (Unreleased)
2
+
3
+## 3.1.0 (February 21, 2023)
4
5
+ENHANCEMENTS:
6
7
+* feat(http3): implementing the HTTP3 API [#640](https://github.com/fastly/terraform-provider-fastly/pull/640)
8
+* feat(product_enablement): implement product enablement APIs [#641](https://github.com/fastly/terraform-provider-fastly/pull/641)
9
10
## 3.0.4 (January 9, 2023)
11
docs/index.md
@@ -25,7 +25,7 @@ terraform {
25
required_providers {
26
fastly = {
27
source = "fastly/fastly"
28
- version = ">= 3.0.4"
+ version = ">= 3.1.0"
29
}
30
31
0 commit comments