From bc39ac702c348ec5877d20a19d9b3c846a30cfde Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 21 Feb 2023 19:52:40 +0000 Subject: [PATCH] Increment package version after release of Azure.Monitor.Ingestion --- sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md | 10 ++++++++++ .../src/Azure.Monitor.Ingestion.csproj | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md b/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md index 7791dac3ec16..15bb4795341b 100644 --- a/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0 (2023-02-21) ### Features Added diff --git a/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj b/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj index 19a427326a41..b72fde602d22 100644 --- a/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj +++ b/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj @@ -2,7 +2,9 @@ A library for ingesting data to Azure Monitor. Azure Monitor Ingestion client library - 1.0.0 + 1.1.0-beta.1 + + 1.0.0 Azure Monitor Ingestion $(RequiredTargetFrameworks);net461 $(NoWarn);CA1835