From 5c9565eba4aef75956b63af9f15542c240d3d128 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Thu, 10 Jun 2021 20:42:22 +0000 Subject: [PATCH] Increment package version after release of azure-monitor-query --- sdk/monitor/azure-monitor-query/CHANGELOG.md | 11 +++++++++++ .../azure/monitor/query/_version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index b303e56f3ed9..0c2d52088ef2 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,5 +1,16 @@ # Release History +## 1.0.0b2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Key Bugs Fixed + +### Fixed + + ## 1.0.0b1 (2021-06-10) **Features** diff --git a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py index ab32f7856eb1..49fbeb446e68 100644 --- a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py +++ b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.0.0b2"