Skip to content

Commit af6889f

Browse files
authored
[EH/SB] Update changelog (Azure#39628)
* bump * nit
1 parent 9d8dde0 commit af6889f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release History
22

3-
## 5.13.1 (2025-02-11)
3+
## 5.14.0 (2025-02-11)
4+
5+
### Features Added
6+
7+
- Add support for Decimal128 in pyAMQP ([#39511]https://github.com/Azure/azure-sdk-for-python/pull/39511)
48

59
### Bugs Fixed
610

sdk/eventhub/azure-eventhub/azure/eventhub/_version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "5.13.1"
6+
7+
VERSION = "5.14.0"

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Features Added
66

77
- Added in emulator support, ServiceBusAdministrationClient is currently not supported by the emulator. ([#38655](https://github.com/Azure/azure-sdk-for-python/pull/38655))
8+
- Add support for Decimal128 in pyAMQP ([#39511]https://github.com/Azure/azure-sdk-for-python/pull/39511)
89

910
### Bugs Fixed
1011

0 commit comments

Comments
 (0)