Skip to content

Commit

Permalink
Increment package versions for monitor releases (#40591)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Jun 12, 2024
1 parent d7f2902 commit 1e10323
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ com.azure:azure-mixedreality-remoterendering;1.1.29;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.24;1.0.0-beta.25
com.azure:azure-monitor-ingestion;1.2.1;1.3.0-beta.1
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.3.2;1.4.0
com.azure:azure-monitor-query;1.4.0;1.5.0-beta.1
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
10 changes: 10 additions & 0 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.5.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.4.0 (2024-06-10)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->

<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>
Expand Down

0 comments on commit 1e10323

Please sign in to comment.