Skip to content

Commit

Permalink
Increment package versions for monitor releases (#37322)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Oct 24, 2023
1 parent 5436fde commit e4beefe
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 @@ -153,7 +153,7 @@ com.azure:azure-messaging-webpubsub;1.2.8;1.3.0-beta.1
com.azure:azure-messaging-webpubsub-client;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-mixedreality-authentication;1.2.17;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.22;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.12;1.0.0-beta.13
com.azure:azure-monitor-ingestion;1.1.0;1.2.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.2.5;1.3.0-beta.3
Expand Down
10 changes: 10 additions & 0 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.13 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.12 (2023-10-17)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-opentelemetry-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
<version>1.0.0-beta.12</version> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;current} -->
<version>1.0.0-beta.13</version> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;current} -->

<name>Microsoft Azure SDK for OpenTelemetry Azure Monitor Exporter</name>
<description>This package contains Microsoft Azure SDK for OpenTelemetry Azure Monitor Exporter.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-starter-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
<version>1.0.0-beta.11</version> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;dependency} -->
<version>1.0.0-beta.12</version> <!-- {x-version-update;com.azure:azure-monitor-opentelemetry-exporter;dependency} -->
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit e4beefe

Please sign in to comment.