Skip to content

Commit

Permalink
Release changelog for v1.11.0 (#4546)
Browse files Browse the repository at this point in the history
* wip

* cl ready
  • Loading branch information
vhvb1989 authored Nov 13, 2024
1 parent 7b89277 commit 5b92e06
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cli/azd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.11.0-beta.1 (Unreleased)
## 1.11.0 (2024-11-13)

### Features Added

### Breaking Changes
- [[4527]](https://github.com/Azure/azure-dev/pull/4527) Add new `alpha` command `azd add`.

### Bugs Fixed

### Other Changes
- [[4524]](https://github.com/Azure/azure-dev/pull/4524) Fix using parameters for .NET Aspire deployment.

## 1.10.4 (2024-11-06)

Expand Down
9 changes: 6 additions & 3 deletions cli/azd/docs/feature-stages.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ As of `1.9.3`, each Azure Developer CLI feature has been evaluated and assigned
| Command | help | Stable |
| Command | init | Stable |
| Command | auth | Stable |
| Command | provision | Stable |
| Command | up | Stable |
| Command | version | Stable |
| Command | show | Stable |
| Command | monitor | Beta |
| Command | pipeline | Beta |
| Command | provision | Stable |
| Command | restore | Beta |
| Command | template | Beta |
| Command | up | Stable |
| Command | version | Stable |
| Command | package | Beta |
| Command | add | Alpha |
| Command | infra synth | Alpha |
| Language | Python | Stable |
| Language | JavaScript/TypeScript | Stable |
| Language | Java | Stable |
Expand Down
2 changes: 1 addition & 1 deletion cli/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0-beta.1
1.11.0

0 comments on commit 5b92e06

Please sign in to comment.