From 4e53003f33eb6e4ef7b41775d719f393c3926a95 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:18:29 -0700 Subject: [PATCH] Increment package version after release of Azure.Monitor.Ingestion (#39334) --- sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md | 10 ++++++++++ .../src/Azure.Monitor.Ingestion.csproj | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md b/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md index dd24f8427a606..160eb7a7ba9b7 100644 --- a/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.Ingestion/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.2.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.1.1 (2023-10-16) ## 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 7717177004535..386cb5cbd564a 100644 --- a/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj +++ b/sdk/monitor/Azure.Monitor.Ingestion/src/Azure.Monitor.Ingestion.csproj @@ -2,9 +2,9 @@ A library for ingesting data to Azure Monitor. Azure Monitor Ingestion client library - 1.1.1 + 1.2.0-beta.1 - 1.1.0 + 1.1.1 Azure Monitor Ingestion $(RequiredTargetFrameworks);net461 $(NoWarn);CA1835