Skip to content

Commit 5f98777

Browse files
committed
v5.2.1 (#718)
1 parent 3820254 commit 5f98777

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## 5.3.0 (Unreleased)
22

3+
## 5.2.1 (June 23, 2023)
4+
5+
DEPENDENCIES:
6+
7+
* build(deps): update go-fastly to latest 8.5.2 release [#717](https://github.com/fastly/terraform-provider-fastly/pull/717)
8+
39
## 5.2.0 (June 22, 2023)
410

511
ENHANCEMENTS:

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 = ">= 5.2.0"
28+
version = ">= 5.2.1"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)