From 75d10525cf3575845103fd68a0d2d11c255542ea Mon Sep 17 00:00:00 2001 From: "A. Craig West" Date: Tue, 5 Nov 2024 10:04:18 -0500 Subject: [PATCH] Version bump to v1.7.3 (and added `dist` directory to .gitignore) (#1069) --- .gitignore | 1 + CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index fde2e6c55..84118b370 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Binary output folder out/ +dist/ # Test binary, built with `go test -c` *.test diff --git a/CHANGELOG.md b/CHANGELOG.md index 20409e5c8..e0f31e7d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.7.3 + +NOTES: +This is a placeholder change to bump the version, as we are trying to resolve issues publishing to the Terraform Registry. + ## v1.7.2 BUG FIXES: