diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f6b658..707ad0fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio When using an action you can specify the version as: -- `@v1.43.0` to use an exact release -- `@v1.43` to use the latest patch release for the specific minor version +- `@v1.44.0` to use an exact release +- `@v1.44` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version +## [1.44.0] - 2024-08-04 + +### Added +- Outdated comments are now minimised in the GitHub UI, making it easier to find the most recent plan. + ## [1.43.0] - 2024-06-01 ### Added @@ -675,6 +680,7 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) +[1.44.0]: https://github.com/dflook/terraform-github-actions/compare/v1.43.0...v1.44.0 [1.43.0]: https://github.com/dflook/terraform-github-actions/compare/v1.42.1...v1.43.0 [1.42.1]: https://github.com/dflook/terraform-github-actions/compare/v1.42.0...v1.42.1 [1.42.0]: https://github.com/dflook/terraform-github-actions/compare/v1.41.2...v1.42.0