We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164e35 commit 532a914Copy full SHA for 532a914
CHANGELOG.md
@@ -7,6 +7,13 @@
7
8
## PKCS #11 Cloud KMS Library
9
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
17
### PKCS#11 v1.6
18
19
The following changes are included in the v1.6 (July 2024) release:
kmsp11/version.h
@@ -21,7 +21,7 @@
21
22
namespace cloud_kms::kmsp11 {
23
24
-constexpr CK_VERSION kLibraryVersion = {1, 6};
+constexpr CK_VERSION kLibraryVersion = {1, 7};
25
26
}
27
0 commit comments