Skip to content

Commit

Permalink
webpubsub, prepare patch release (#30401)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Aug 12, 2022
1 parent dce2328 commit 2d7e649
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus;7.10.0;7.11.0-beta.1
com.azure:azure-messaging-servicebus-track1-perf;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.1.4;1.2.0-beta.1
com.azure:azure-messaging-webpubsub;1.1.4;1.1.5
com.azure:azure-mixedreality-authentication;1.2.5;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.9;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
Expand Down
11 changes: 5 additions & 6 deletions sdk/webpubsub/azure-messaging-webpubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.5 (2022-08-11)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.30.0` to version `1.31.0`.
- Upgraded `azure-core-http-netty` from `1.12.3` to version `1.12.4`.

## 1.1.4 (2022-07-08)

Expand Down
2 changes: 1 addition & 1 deletion sdk/webpubsub/azure-messaging-webpubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-webpubsub</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>
</dependency>
```

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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-webpubsub;current} -->
<version>1.1.5</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 2d7e649

Please sign in to comment.