Skip to content

Commit

Permalink
[Azure.Monitor.Query] Patch release (#43188)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisha-bhatia authored Apr 3, 2024
1 parent b845d8e commit 767dcb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions sdk/monitor/Azure.Monitor.Query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.3.1 (2024-04-03)

### Bugs Fixed
- Fix bug in `LogsQueryClient` constructor if `LogsQueryClientOptions` is null.
- Fix bug in `MetricsQueryClient` constructor if `MetricsQueryClientOptions` is null.

### Other Changes
- Fix bug in `LogsQueryClient` constructor where a `NullReferenceException` would be thrown when an options instance isn't passed.
- Fix bug in `MetricsQueryClient` constructor where a `NullReferenceException` would be thrown when an options instance isn't passed.

## 1.3.0 (2024-03-28)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-beta.1</Version>
<Version>1.3.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<PackageTags>Azure Monitor Query</PackageTags>
Expand Down

0 comments on commit 767dcb4

Please sign in to comment.