Skip to content

Commit

Permalink
Malcolm tyrrell/try release arr (#24191)
Browse files Browse the repository at this point in the history
When preparing the 1.1.0 release the last time, I picked up a dependency on the beta version of auth, rather than the released version.
  • Loading branch information
MalcolmTyrrell authored Sep 17, 2021
1 parent e70a015 commit 01172f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0 (2021-09-16)
## 1.1.0 (2021-09-17)

### Other changes
- Minor logging change to ensure MS-CV values are not redacted from the log by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-mixedreality-authentication</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-mixedreality-authentication;dependency} -->
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit 01172f8

Please sign in to comment.