From cb22bd2c0b500eb5c912535e16f527873bd9b591 Mon Sep 17 00:00:00 2001 From: Matthew Cummings Date: Sun, 17 Dec 2023 23:16:53 -0500 Subject: [PATCH] 0.7.0 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d78ccae..ef46c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.7.0 (December 17, 2023) +**BUG FIXES** +* Fixes an issue where template data sources were ignoring the environment and using the default environment. + +**ENHANCEMENTS** +* Added support for the pattern field in project resources +* Added basic doc with concrete examples +* Updated the Go version to 1.21.5. Also using updated the Go OpenAPI bindings for the CloudTruth API + ## 0.5.11 (July 29, 2023) **BUG FIXES** * Fixes an issue where the AWS integration resource was not outputting the external AWS ID correctly