Skip to content

Commit

Permalink
chore: release v0.6.5 (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki committed Apr 24, 2024
2 parents afda635 + c300a59 commit 1831590
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,7 +20,7 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## v0.7.0
## v0.6.5

### Added

Expand All @@ -29,6 +29,10 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- `force`: Enables Terragrunt change detection even if no Terragrunt file is detected.
- `off`: Disables Terragrunt change detection.

### Fixed

- Fixed a performance regression in repositories having a lot of stacks.

## v0.6.4

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.7.0
0.6.5

0 comments on commit 1831590

Please sign in to comment.