From ffb75877c893a17969935cfab1319da1e5d006a7 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Mon, 10 Apr 2023 19:33:58 -0400 Subject: [PATCH] Release v0.0.32 (#205) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0592755a..b84f3332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [0.0.32] - 2023-04-10 + +### Added + +- [#197](https://github.com/Azure/draft/pull/197) Add dry run support to `update` command +- [#191](https://github.com/Azure/draft/pull/191) Add variable flag to `create` command + +### Fixed + +- [#196](https://github.com/Azure/draft/pull/196) Update deprecated node12 actions + +### Changed + +- [#194](https://github.com/Azure/draft/pull/194) Move generate workflow templates to embedded file system + ## [0.0.31] - 2023-03-14 ### Added