Skip to content

Commit ae22841

Browse files
authored
Update version and changelog for 1.21.0 release (Azure#37636)
1 parent 65a6bb3 commit ae22841

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

sdk/ml/azure-ai-ml/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release History
22

3-
## 1.21.0 (unreleased)
3+
## 1.22.0 (unreleased)
4+
5+
### Features Added
6+
7+
### Bugs Fixed
8+
9+
## 1.21.0 (2024-09-30)
410

511
### Features Added
612
- Cross subscription storage account support for workspace and feature store. Developer can provide a storage account from another subscription while creating a workspace or storage account.

sdk/ml/azure-ai-ml/azure/ai/ml/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.21.0"
5+
VERSION = "1.22.0"

0 commit comments

Comments
 (0)