Skip to content

Commit 2dcb54f

Browse files
committed
🔖 v1.32.1
1 parent 0741830 commit 2dcb54f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.32.0` to use an exact release
11+
- `@v1.32.1` to use an exact release
1212
- `@v1.32` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

15+
## [1.32.1] - 2023-02-02
16+
17+
### Fixed
18+
- When triggered by `issue_comment` or `pull_request_review_comment` events, the action will first add a :+1: reaction to the comment
19+
1520
## [1.32.0] - 2023-01-28
1621

1722
### Added
@@ -480,6 +485,7 @@ First release of the GitHub Actions:
480485
- [dflook/terraform-new-workspace](terraform-new-workspace)
481486
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
482487

488+
[1.32.1]: https://github.com/dflook/terraform-github-actions/compare/v1.32.0...v1.32.1
483489
[1.32.0]: https://github.com/dflook/terraform-github-actions/compare/v1.31.1...v1.32.0
484490
[1.31.1]: https://github.com/dflook/terraform-github-actions/compare/v1.31.0...v1.31.1
485491
[1.31.0]: https://github.com/dflook/terraform-github-actions/compare/v1.30.0...v1.31.0

0 commit comments

Comments
 (0)