Skip to content

Commit 89649f5

Browse files
committed
v2.3.3 (#594)
* update gitignore * v2.3.3
1 parent b6b74f2 commit 89649f5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ website/node_modules
2626
*.iml
2727

2828
# ignore the compiled binary when running `go install`
29-
terraform-provider-fastly
29+
terraform-provider-fastly*
3030

3131
website/vendor
3232

CHANGELOG.md

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

3+
## 2.3.3 (October 3, 2022)
4+
5+
ENHANCEMENTS:
6+
7+
* Reduce unnecessary API calls [#593](https://github.com/fastly/terraform-provider-fastly/pull/593)
8+
39
## 2.3.2 (September 20, 2022)
410

511
ENHANCEMENTS:

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.2"
28+
version = ">= 2.3.3"
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)