Skip to content

Commit 0cd91bf

Browse files
authored
update changelog (#34053)
* update changelog * update version to 1.30
1 parent c09c76b commit 0cd91bf

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Release History
22

3-
## 1.29.8 (Unreleased)
3+
## 1.30.0 (2024-02-01)
44

55
### Features Added
66

77
- Support tuple input for file values to `azure.core.rest.HttpRequest` #33948
88
- Support tuple input to `files` with duplicate field names `azure.core.rest.HttpRequest` #34021
99

10-
### Breaking Changes
11-
12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1610
## 1.29.7 (2024-01-18)
1711

1812
### Other Changes

sdk/core/azure-core/azure/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.29.8"
12+
VERSION = "1.30.0"

0 commit comments

Comments
 (0)