Skip to content

Commit

Permalink
Prepare release 1.1.0 (#24163)
Browse files Browse the repository at this point in the history
Take latest dependencies and prepare release which includes small logging change (MS-CV no longer redacted from log by default).
  • Loading branch information
MalcolmTyrrell authored Sep 16, 2021
1 parent ec8f3d5 commit 4ac2fe8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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 @@ -585,7 +585,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
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 @@ -101,7 +101,7 @@ 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.0.0-beta.3;1.0.0-beta.4
com.azure:azure-mixedreality-authentication;1.1.1;1.2.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.0.0;1.1.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.0.0;1.1.0
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-monitor-query;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2021-09-16)

### Other changes
- Minor logging change to ensure MS-CV values are not redacted from the log by default.

#### Dependency updates

- Updated azure-core to 1.20.0.
- Updated azure-core-http-netty to 1.11.0.

## 1.0.0 (2021-03-05)
* Release client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->

<name>Microsoft Azure SDK for Remote Rendering</name>
<description>This package contains Microsoft Azure SDK for Remote Rendering.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/remoterendering/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-remoterendering</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-mixedreality-remoterendering;current} -->
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 4ac2fe8

Please sign in to comment.