diff --git a/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md b/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md index 8983765a3a18a..ce737eb331fd0 100644 --- a/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md +++ b/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.3.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.2.0 (2023-08-10) ### Features Added diff --git a/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj b/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj index 1946e13add7ac..7fccff831980a 100644 --- a/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj +++ b/sdk/tables/Microsoft.Azure.WebJobs.Extensions.Tables/src/Microsoft.Azure.WebJobs.Extensions.Tables.csproj @@ -1,9 +1,9 @@ - 1.2.0 + 1.3.0-beta.1 - 1.1.0 + 1.2.0 This package extends the Microsoft.Azure.WebJobs library with Table triggers using Azure Table service. $(RequiredTargetFrameworks) $(NoWarn);