Skip to content

Commit

Permalink
Release/azure communication identity/1.1.3 (#24677)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbarnas-ms authored Oct 8, 2021
1 parent e3fc57f commit cd25021
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 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 @@ -69,7 +69,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-identity;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 @@ -55,7 +55,7 @@ com.azure:azure-communication-chat;1.1.0;1.2.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-common;1.0.5;1.1.0-beta.1
com.azure:azure-communication-sms;1.0.4;1.1.0-beta.1
com.azure:azure-communication-identity;1.1.2;1.2.0-beta.1
com.azure:azure-communication-identity;1.1.2;1.1.3
com.azure:azure-communication-phonenumbers;1.0.4;1.1.0-beta.1
com.azure:azure-communication-networktraversal;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-containers-containerregistry;1.0.0-beta.4;1.0.0-beta.5
Expand Down
11 changes: 5 additions & 6 deletions sdk/communication/azure-communication-identity/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.3 (2021-10-08)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-communication-common` to 1.0.5
- Upgraded `azure-core` to 1.21.0

## 1.1.2 (2021-09-23)

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<packaging>jar</packaging>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->

<name>Microsoft Azure identity client library for communication</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/logz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
<executions>
<execution>
<id>report-aggregate</id>
Expand Down

0 comments on commit cd25021

Please sign in to comment.