From cf43a0aaab4ac8486ffc79c9f7c10a82daaa739a Mon Sep 17 00:00:00 2001 From: Jonathan Doklovic Date: Wed, 28 Aug 2024 18:13:40 -0500 Subject: [PATCH] adds 0.6.0 to changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cc663..91a5c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.6.0 (Aug 28, 2024) +ENHANCEMENTS: +- rewrite of codebase using Terraform plugin framework +- requires terraform 1.x+ +- requires using = instead of just blocks in configs. i.e. `repository = {}` instead of `repository {}` + +## 0.5.2 (Aug 28, 2024) +FIXES: +- fix bug that caused code_change_source_resource to be recreated when any project setting was changed. + ## 0.5.1 (May 21, 2024) ENHANCEMENTS: - [#168](https://github.com/sleuth-io/terraform-provider-sleuth/pull/168) Update tooling