Skip to content

Commit

Permalink
Update changelog for p11 v1.4
Browse files Browse the repository at this point in the history
Bump version too

Change-Id: I5e86db57deed3f1630396ab86c0846567921ef65
  • Loading branch information
tdbhacks committed Apr 2, 2024
1 parent 36a42c1 commit 252305c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

## PKCS #11 Cloud KMS Library

### PKCS#11 v1.4

The following changes are included in the v1.4 (April 2024) release:

* Add support for symmetric AES key creation.

### PKCS#11 v1.3

The following changes are included in the v1.3 (November 2023) release:
Expand Down
2 changes: 1 addition & 1 deletion kmsp11/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

namespace cloud_kms::kmsp11 {

constexpr CK_VERSION kLibraryVersion = {1, 3};
constexpr CK_VERSION kLibraryVersion = {1, 4};

}

Expand Down

0 comments on commit 252305c

Please sign in to comment.