Skip to content

Commit bac2a38

Browse files
Bump version 1.29.0 (#41842)
* Update _version.py * Update CHANGELOG.md * update release version
1 parent 4dcaf05 commit bac2a38

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Release History
2-
## 1.28.0 (unreleased)
2+
## 1.29.0 (unreleased)
33

44
### Features Added
55

66
### Bugs Fixed
77

8+
## 1.28.1 (2025-07-08)
9+
10+
### Features Added
11+
- Added a workflow to create GitHub issues in case a major version of a dependency is released
12+
813
## 1.27.1 (2025-05-13)
914

1015
### Bugs Fixed

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.28.0"
5+
VERSION = "1.29.0"

0 commit comments

Comments
 (0)