Skip to content

Commit 252305c

Browse files
committed
Update changelog for p11 v1.4
Bump version too Change-Id: I5e86db57deed3f1630396ab86c0846567921ef65
1 parent 36a42c1 commit 252305c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## PKCS #11 Cloud KMS Library
99

10+
### PKCS#11 v1.4
11+
12+
The following changes are included in the v1.4 (April 2024) release:
13+
14+
* Add support for symmetric AES key creation.
15+
1016
### PKCS#11 v1.3
1117

1218
The following changes are included in the v1.3 (November 2023) 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, 3};
24+
constexpr CK_VERSION kLibraryVersion = {1, 4};
2525

2626
}
2727

0 commit comments

Comments
 (0)