Skip to content

Commit

Permalink
🔖 v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Apr 21, 2021
1 parent fbe74cb commit 46179c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,10 +8,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.9.0` to use an exact release
- `@v1.9.1` to use an exact release
- `@v1.9` to use the latest patch release for the specific minor version
- `@v1` to use the latest patch release for the specific major version

## [1.9.1] - 2021-04-21

### Fixed
- Terraform 0.15 plans were not being extracted correctly, causing failures to apply.

## [1.9.0] - 2021-04-10

### Added
@@ -144,6 +149,7 @@ First release of the GitHub Actions:
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)


[1.9.1]: https://github.com/dflook/terraform-github-actions/compare/v1.9.0...v1.9.1
[1.9.0]: https://github.com/dflook/terraform-github-actions/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/dflook/terraform-github-actions/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/dflook/terraform-github-actions/compare/v1.6.0...v1.7.0

0 comments on commit 46179c7

Please sign in to comment.