Skip to content

Commit

Permalink
Prepare patch release Communication Identity (#41339)
Browse files Browse the repository at this point in the history
  • Loading branch information
samvaity authored Sep 17, 2024
1 parent 1a547c5 commit 72b06ee
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-callautomation;1.2.4;1.3.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-chat;1.5.4;1.6.0-beta.1
com.azure:azure-communication-common;1.3.6;1.4.0-beta.1
com.azure:azure-communication-common;1.3.6;1.3.7
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-email;1.0.16;1.1.0-beta.1
com.azure:azure-communication-identity;1.5.8;1.6.0-beta.1
com.azure:azure-communication-identity;1.5.8;1.6.0
com.azure:azure-communication-jobrouter;1.1.7;2.0.0-beta.1
com.azure:azure-communication-messages;1.0.6;1.1.0-beta.1
com.azure:azure-communication-phonenumbers;1.1.16;1.2.0-beta.4
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-common-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
<version>1.3.7</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
12 changes: 5 additions & 7 deletions sdk/communication/azure-communication-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 1.4.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.3.7 (2024-09-17)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.

## 1.3.5 (2024-07-26)

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

<name>Microsoft Azure common library for communication service client</name>
<description>
Expand Down
12 changes: 7 additions & 5 deletions sdk/communication/azure-communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Release History

## 1.6.0-beta.1 (Unreleased)
## 1.6.0 (2024-09-17)

### Features Added
### Other Changes

### Breaking Changes
- Removed remaining `jackson-databind` usages and dependency from the project.

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.
- Upgraded `azure-core-http-netty` from `1.15.3` to version `1.15.4`.
- Upgraded `azure-communication-common` from `1.3.6` to version `1.3.7`.

## 1.5.7 (2024-07-26)

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

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.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.6.0</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->

<name>Microsoft Azure identity client library for communication</name>
<description>
Expand Down

0 comments on commit 72b06ee

Please sign in to comment.