Skip to content

Commit

Permalink
doc(CHANGELOG): v5.9.0 (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed May 9, 2024
1 parent 2393b86 commit 97e0bf7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## 5.9.0 (Unreleased)
## 5.10.0 (Unreleased)

## 5.9.0 (May 9, 2024)

ENHANCEMENTS:

- feat(fastly_integration): implement resource and documentation [#844](https://github.com/fastly/terraform-provider-fastly/pull/844)
- feat(fastly_alerts): add percentage alerts [#845](https://github.com/fastly/terraform-provider-fastly/pull/845)

DEPENDENCIES:

- build(deps): bump golang.org/x/net from 0.19.0 to 0.24.0 [#842](https://github.com/fastly/terraform-provider-fastly/pull/842)
- build(deps): bump github.com/hashicorp/terraform-plugin-docs [#841](https://github.com/fastly/terraform-provider-fastly/pull/841)
- build(deps): bump github.com/hashicorp/terraform-plugin-docs [#843](https://github.com/fastly/terraform-provider-fastly/pull/843)
- build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 [#846](https://github.com/fastly/terraform-provider-fastly/pull/846)

## 5.8.0 (April 18, 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.8.0"
version = ">= 5.9.0"
}
}
}
Expand Down

0 comments on commit 97e0bf7

Please sign in to comment.