diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index 78bd67286..032e017b4 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -1,14 +1,11 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.0.0-beta.3 (2024-06-11) ### Bugs Fixed -### Other Changes +- Fixed an issue where the `TableServiceClient` was not correctly handling the `nextPartitionKey` and `nextRowKey` continuation tokens when iterating over tables. +- Fixed an issue around InsertReplace transactions. ## 1.0.0-beta.2 (2024-04-09)