Skip to content

Commit 59cb90d

Browse files
sangeetha-cpulavakumarrepalajayesh-tanna
authored
Updated CHANGELOG.md and version.py (#47036)
* Update CHANGELOG.md * Update _version.py * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: lavakumarrepala <v-rlava@microsoft.com> Co-authored-by: Jayesh Tanna <tanna.jay90@gmail.com>
1 parent 235c3f3 commit 59cb90d

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.33.0 (unreleased)
3+
## 1.34.0 (unreleased)
44

55
### Features Added
66

@@ -11,7 +11,20 @@
1111

1212
### Other Changes
1313

14-
## 1.32.0 (unreleased)
14+
## 1.33.0 (2026-05-11)
15+
16+
### Features Added
17+
18+
### Bugs Fixed
19+
20+
- Removing deployment templates experimental warning while initializing.
21+
- Resolving next-pylint 4.0.5 issues for azure-ai-ml sdk and updating.
22+
- Update Major Version Checker due to setup removal.
23+
- Path traversal protection in unzip to temp file.
24+
25+
### Other Changes
26+
27+
## 1.32.0 (2026-03-17)
1528

1629
### Features Added
1730

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.33.0"
5+
VERSION = "1.34.0"

0 commit comments

Comments
 (0)