Skip to content

Commit

Permalink
Increment package versions for webpubsub releases (Azure#44376)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Feb 24, 2025
1 parent 9c5a8af commit b0066e4
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus;7.17.8;7.18.0-beta.2
com.azure:azure-messaging-servicebus-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-webpubsub;1.3.3;1.4.0
com.azure:azure-messaging-webpubsub-client;1.0.9;1.1.0
com.azure:azure-messaging-webpubsub;1.4.0;1.5.0-beta.1
com.azure:azure-messaging-webpubsub-client;1.1.0;1.2.0-beta.1
com.azure:azure-mixedreality-authentication;1.2.30;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.35;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
Expand Down
10 changes: 10 additions & 0 deletions sdk/webpubsub/azure-messaging-webpubsub-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.0 (2025-02-24)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/webpubsub/azure-messaging-webpubsub-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub-client</artifactId>
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub-client;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub-client;current} -->

<name>Microsoft Azure client library for Azure Web PubSub Client</name>
<description>This package contains the Microsoft Azure Web PubSub Client library.</description>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions sdk/webpubsub/azure-messaging-webpubsub/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 (2025-02-24)

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

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

<name>Microsoft Azure client library for Azure Web Pub Sub Service</name>
<description>This package contains the Microsoft Azure Web Pub Sub library.</description>
Expand Down

0 comments on commit b0066e4

Please sign in to comment.