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
12 changes: 11 additions & 1 deletion sdk/ml/azure-ai-ml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.15.0 (unreleased)

### Features Added

### Bugs Fixed

### Breaking Changes

### Other Changes

## 1.14.0 (unreleased)

### Features Added
Expand All @@ -20,7 +30,7 @@

- Support for Python 3.12

## 1.13.0 (unreleased)
## 1.13.0 (2024-01-29)

### Features Added

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.14.0"
VERSION = "1.15.0"