Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ com.azure.spring:azure-spring-integration-eventhubs;2.0.0;2.1.0
com.azure.spring:azure-spring-integration-servicebus;2.0.0;2.1.0
com.azure.spring:azure-spring-integration-storage-queue;2.0.0;2.1.0
com.azure.spring:azure-spring-integration-test;2.0.0;2.1.0
com.azure:azure-security-keyvault-jca;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-security-keyvault-jca;1.0.0-beta.3;1.0.0-beta.4
com.azure.spring:azure-spring-data-gremlin;2.3.1-beta.1;2.3.1-beta.1
com.azure.spring:azure-spring-boot-starter-data-gremlin;3.0.0-beta.1;3.0.0-beta.1
com.azure.spring:azure-spring-boot-test-aad;1.0.0;1.0.0
Expand Down
3 changes: 3 additions & 0 deletions sdk/keyvault/azure-security-keyvault-jca/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2021-01-20)

@vcolin7 vcolin7 Jan 26, 2021

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should update library changelogs (even for dependency updates) for each release.

//cc @jialindai

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vcolin7 . Thank you for your check. I updated the changelog.


Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/azure-security-keyvault-jca/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-jca</artifactId>
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
<name>JCA Provider for Azure Key Vault</name>
<description>The Java Crypto Architecture (JCA) Provider for Azure Key Vault</description>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-jca</artifactId>
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
</dependency>
</dependencies>
<build>
Expand Down