Update changelog

This commit is contained in:
hc-github-team-tf-provider-devex 2024-05-07 13:53:48 +00:00
parent 99441ecd44
commit 423ba69560
3 changed files with 12 additions and 6 deletions

6
.changes/3.1.1.md Normal file
View file

@ -0,0 +1,6 @@
## 3.1.1 (2024-05-07)
BUG FIXES:
* wrapper: Fix wrapper to output to stdout and stderr immediately when data is received ([#395](https://github.com/hashicorp/setup-terraform/issues/395))

View file

@ -1,6 +0,0 @@
kind: BUG FIXES
body: 'wrapper: Fix wrapper to output to stdout and stderr immediately when data is
received'
time: 2024-04-25T10:47:31.19951-04:00
custom:
Issue: "395"

View file

@ -1,3 +1,9 @@
## 3.1.1 (2024-05-07)
BUG FIXES:
* wrapper: Fix wrapper to output to stdout and stderr immediately when data is received ([#395](https://github.com/hashicorp/setup-terraform/issues/395))
## 3.1.0 (2024-04-23)
ENHANCEMENTS: