diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c22b36e..b532683a 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.41.0` to use an exact release +- `@v1.41.1` to use an exact release - `@v1.41` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version +## [1.41.1] - 2024-01-17 + +### Fixed +- Reading the terraform version from a .tool-versions file in the workspace root. Previously this was only working when the .tool-versions file was in a subdirectory of the workspace. + ## [1.41.0] - 2024-01-12 ### Added @@ -638,6 +643,7 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) +[1.41.1]: https://github.com/dflook/terraform-github-actions/compare/v1.41.0...v1.41.1 [1.41.0]: https://github.com/dflook/terraform-github-actions/compare/v1.40.0...v1.41.0 [1.40.0]: https://github.com/dflook/terraform-github-actions/compare/v1.39.0...v1.40.0 [1.39.0]: https://github.com/dflook/terraform-github-actions/compare/v1.38.0...v1.39.0