Skip to content

Commit

Permalink
Changelog and version.txt for 1.8.2 (#3813)
Browse files Browse the repository at this point in the history
* Changelog and version.txt for 1.8.2
  • Loading branch information
weikanglim committed Apr 30, 2024
1 parent 6e59938 commit 14600c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Release History

## 1.9.0-beta.1 (Unreleased)
## 1.8.2 (2024-04-30)

### Features Added

### Breaking Changes
- [[3804]](https://github.com/Azure/azure-dev/pull/3804) Add user vault storage for development secrets
- [[3755]](https://github.com/Azure/azure-dev/pull/3755) Store `secure()` Bicep parameters outside source tree

### Bugs Fixed

- [[3788]](https://github.com/Azure/azure-dev/pull/3788) Avoid panic in prompting with option details
- [[3796]](https://github.com/Azure/azure-dev/pull/3796) Fix `env refresh` failing when no bicep files are present
- [[3801]](https://github.com/Azure/azure-dev/pull/3801) Fix `azd provision` failing for `.bicepparam` files

### Other Changes

- [[3798]](https://github.com/Azure/azure-dev/pull/3798) Update provider.tf files with skip_provider_registration = "true"

## 1.8.1 (2024-04-23)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0-beta.1
1.8.2

0 comments on commit 14600c7

Please sign in to comment.