We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718c5b9 commit 7b8dd76Copy full SHA for 7b8dd76
2 files changed
sdk/monitor/Azure.Monitor.Query/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.3.0-beta.2 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.3.0-beta.1 (2023-10-18)
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.3.0-beta.1</Version>
+ <Version>1.3.0-beta.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.2.0</ApiCompatVersion>
<PackageTags>Azure Monitor Query</PackageTags>
0 commit comments