Skip to content

Commit 532a914

Browse files
committed
Bump p11 version and update changelog.
Change-Id: I4bee9dd7eb455ec66e9c36db1dcee6d324b62073
1 parent f164e35 commit 532a914

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
## PKCS #11 Cloud KMS Library
99

10+
### PKCS#11 v1.7
11+
12+
The following changes are included in the v1.7 (May 2025) release:
13+
14+
* Add retries at library initialization to reduce transient failures.
15+
* Dependency updates.
16+
1017
### PKCS#11 v1.6
1118

1219
The following changes are included in the v1.6 (July 2024) release:

kmsp11/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
namespace cloud_kms::kmsp11 {
2323

24-
constexpr CK_VERSION kLibraryVersion = {1, 6};
24+
constexpr CK_VERSION kLibraryVersion = {1, 7};
2525

2626
}
2727

0 commit comments

Comments
 (0)