From c7fad9e2f0b79653172b36538b8b34b3c0291952 Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Fri, 27 Sep 2024 05:34:08 -0300 Subject: [PATCH] prepare the changelog for the 6.0.0 release (#1278) * prepare the changelog for the 6.0.0 release This includes a breaking change, so we should release a new major version. * Update CHANGELOG.md Co-authored-by: Fitz <159924046+fitz-vivodyne@users.noreply.github.com> * update date --------- Co-authored-by: Fitz <159924046+fitz-vivodyne@users.noreply.github.com> --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f231c3..b51f09ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## HEAD (Unreleased) -- feat: (breaking change) Update the `refresh` option to runcommands with the - `--refresh` flag. ([#1118](https://github.com/pulumi/actions/pull/1118)) - --- +## 6.0.0 (2024-09-27) + +- feat: (breaking change) Update the `refresh` option to run commands with the + `--refresh` flag. ([#1118](https://github.com/pulumi/actions/pull/1118)) + ## 5.5.1 (2024-08-23) - fix: `always-include-summary` only logs warning when ouput is too large