Skip to content

Commit 8d830a8

Browse files
committed
doc(CHANGELOG): v5.8.0 (#837)
1 parent 89a82a7 commit 8d830a8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## 5.8.0 (Unreleased)
1+
## 5.9.0 (Unreleased)
2+
3+
## 5.8.0 (April 18, 2024)
4+
5+
BUG FIXES:
6+
7+
- fix(fastly_vcl_service): ensure backend names are unique [#836](https://github.com/fastly/terraform-provider-fastly/pull/836)
8+
9+
ENHANCEMENTS:
10+
11+
- feat: vcl_snippets [#835](https://github.com/fastly/terraform-provider-fastly/pull/835)
12+
- Add support for specifying location when creating KV stores [#834](https://github.com/fastly/terraform-provider-fastly/pull/834)
213

314
## 5.7.3 (April 16, 2024)
415

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

0 commit comments

Comments
 (0)