We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67ecba commit 6ac9dd1Copy full SHA for 6ac9dd1
sdk/tables/azure-data-tables/CHANGELOG.md
@@ -1,10 +1,6 @@
1
# Release History
2
3
-## 12.4.5 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
+## 12.5.0 (2024-01-10)
8
9
### Bugs Fixed
10
* Fixed issue in serializing EntityProperty tuples where a value of None could be serialized as the string "None".
sdk/tables/azure-data-tables/azure/data/tables/_version.py
@@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------
-VERSION = "12.4.5"
+VERSION = "12.5.0"
0 commit comments