Skip to content

Commit

Permalink
v2.3.1 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 12, 2022
1 parent cedb78e commit 419e627
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 2.4.0 (Unreleased)

## 2.3.1 (September 12, 2022)

BUG FIXES:

* Bump dependencies to fix Dependabot vulnerability [#586](https://github.com/fastly/terraform-provider-fastly/pull/586)

## 2.3.0 (September 5, 2022)

ENHANCEMENTS:
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 = ">= 2.3.0"
version = ">= 2.3.1"
}
}
}
Expand Down

0 comments on commit 419e627

Please sign in to comment.