Skip to content

Commit

Permalink
v2.3.2 (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Sep 20, 2022
1 parent f347b0c commit 1b11c98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 2.4.0 (Unreleased)

## 2.3.2 (September 20, 2022)

ENHANCEMENTS:

* Support for additional S3 storage classes [#589](https://github.com/fastly/terraform-provider-fastly/pull/589)

DOCUMENTATION:

* Remove inconsistent 'warning' message [#591](https://github.com/fastly/terraform-provider-fastly/pull/591)

## 2.3.1 (September 12, 2022)

BUG FIXES:
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.1"
version = ">= 2.3.2"
}
}
}
Expand Down

0 comments on commit 1b11c98

Please sign in to comment.