Skip to content

Commit 1b11c98

Browse files
committed
v2.3.2 (#592)
1 parent f347b0c commit 1b11c98

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 2.4.0 (Unreleased)
22

3+
## 2.3.2 (September 20, 2022)
4+
5+
ENHANCEMENTS:
6+
7+
* Support for additional S3 storage classes [#589](https://github.com/fastly/terraform-provider-fastly/pull/589)
8+
9+
DOCUMENTATION:
10+
11+
* Remove inconsistent 'warning' message [#591](https://github.com/fastly/terraform-provider-fastly/pull/591)
12+
313
## 2.3.1 (September 12, 2022)
414

515
BUG FIXES:

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 = ">= 2.3.1"
28+
version = ">= 2.3.2"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)