Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions sdk/ml/azure-ai-ml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History
## 1.23.0 (unreleased)
## 1.24.0 (unreleased)

### Features Added

### Bugs Fixed


## 1.23.0 (2024-12-05)

### Features Added
- Added support for IP-based access control to default and hub workspaces.
Expand All @@ -12,7 +19,6 @@
- Azure Blob Storage
- Microsoft OneLake

### Bugs Fixed

## 1.22.3 (2024-11-20)

Expand Down
2 changes: 1 addition & 1 deletion sdk/ml/azure-ai-ml/azure/ai/ml/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------

VERSION = "1.23.0"
VERSION = "1.24.0"
Loading