We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbb63c commit 60059f7Copy full SHA for 60059f7
sdk/monitor/Azure.Monitor.Query/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.0.0-beta.3 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.0.0-beta.2 (2021-07-06)
14
15
### New Features
sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This library allows querying logs and metrics from the Azure Monitor service.</Description>
<AssemblyTitle>Azure Monitor Query client library</AssemblyTitle>
- <Version>1.0.0-beta.2</Version>
+ <Version>1.0.0-beta.3</Version>
<PackageTags>Azure Monitor Query</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);AZC0001</NoWarn>
0 commit comments