Skip to content

Commit

Permalink
doc(CHANGELOG): v5.8.0 (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Apr 18, 2024
1 parent 89a82a7 commit 8d830a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## 5.8.0 (Unreleased)
## 5.9.0 (Unreleased)

## 5.8.0 (April 18, 2024)

BUG FIXES:

- fix(fastly_vcl_service): ensure backend names are unique [#836](https://github.com/fastly/terraform-provider-fastly/pull/836)

ENHANCEMENTS:

- feat: vcl_snippets [#835](https://github.com/fastly/terraform-provider-fastly/pull/835)
- Add support for specifying location when creating KV stores [#834](https://github.com/fastly/terraform-provider-fastly/pull/834)

## 5.7.3 (April 16, 2024)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fastly = {
source = "fastly/fastly"
version = ">= 5.7.3"
version = ">= 5.8.0"
}
}
}
Expand Down

0 comments on commit 8d830a8

Please sign in to comment.