Skip to content

Commit 9999eaf

Browse files
committed
v3.1.0 (#644)
1 parent 89f3d78 commit 9999eaf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## 3.1.0 (Unreleased)
1+
## 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)
29

310
## 3.0.4 (January 9, 2023)
411

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.0.4"
28+
version = ">= 3.1.0"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)