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 c761e13 commit 8b1c549Copy full SHA for 8b1c549
sdk/monitor/Azure.Monitor.Query/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.0.0-beta.5 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.0.0-beta.4 (2021-09-08)
14
15
### Features Added
sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<Description>A library for querying Azure Monitor's Logs and Metrics data sources.</Description>
<AssemblyTitle>Azure Monitor Query client library</AssemblyTitle>
- <Version>1.0.0-beta.4</Version>
+ <Version>1.0.0-beta.5</Version>
<PackageTags>Azure Monitor Query</PackageTags>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<NoWarn>$(NoWarn);AZC0001</NoWarn>
0 commit comments