From 7bd25dd6f1b1899abf63b5f6f36d268a465183e4 Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:33:03 -0700 Subject: [PATCH] CHANGELOG for 0.1.0-beta.5 (#525) * Update CHANGELOG.md Co-authored-by: Victor Vazquez --- cli/azd/CHANGELOG.md | 5 +++-- cli/version.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 154159feae3..2b995374760 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,9 +1,10 @@ # Release History -## 0.1.0-beta.5 (Unreleased) +## 0.1.0-beta.5 (2022-08-25) ### Bugs Fixed +- [[#461]](https://github.com/Azure/azure-dev/pull/461) Fix for using a command output other than JSON. - [[#480]](https://github.com/Azure/azure-dev/pull/480) Fix deploy error when using an environment name with capital letters. ## 0.1.0-beta.4 (2022-08-10) @@ -46,4 +47,4 @@ ## 0.1.0-beta.1 (2022-07-11) -Initial public release of the Azure Developer CLI. \ No newline at end of file +Initial public release of the Azure Developer CLI. diff --git a/cli/version.txt b/cli/version.txt index 22db8263fae..9419375b138 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -0.1.0-beta.4 +0.1.0-beta.5