Skip to content

Commit

Permalink
adds 0.6.0 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoklovic committed Aug 28, 2024
1 parent 31e7ea1 commit cf43a0a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf43a0a

Please sign in to comment.