From dad327013d590fc98aa4e4d5bb4974fd36239405 Mon Sep 17 00:00:00 2001 From: Manuthor Date: Tue, 3 Oct 2023 10:53:53 +0200 Subject: [PATCH] docs(changelog): update for 9.4.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++-------- README.md | 1 + package.json | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2684fa49..3a4e07e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,43 @@ All notable changes to this project will be documented in this file. +## [9.4.0] - 2023-10-03 + +### Features + +- KMS support: + - Grant/deny access rights + - Add bulk encryption/decryption for Covercrypt + - Import key specifying the decryption key + +### Ci + +- Rebuild GitHub cache on changes ([#137]) + ## [9.3.0] - 2023-09-22 ### Features -- Support import of Certificate and PrivateKey (with tags) -- Export object wrapped -- Import of a wrapped key -- Use 4.6.0 KMS version +- KMS support: + - Support import of Certificate and PrivateKey (with tags) + - Export object wrapped + - Import of a wrapped key + - Use 4.6.0 KMS version ## [9.2.0] - 2023-08-22 ### Features -- Kms JWE encryption (#124) +- KMS support: + - Kms JWE encryption (#124) + - Add KMS tags support (for creation and searching objects) - Upgrade to cloudproof 2.2.1 -- Add KMS tags support (for creation and searching objects) ### Testing -- KMS Locate several keys with same tag -- Locate by tags and object type +- KMS support: + - Locate several keys with same tag + - Locate by tags and object type ## [9.1.1] - 2023-08-09 diff --git a/README.md b/README.md index 6ffd1221..012c41c9 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,4 @@ From the version 8.0.0, `cloudproof_js` depends on [cloudproof_rust](https://git | 9.1.0,9.1.1 | 2.1.0 | 4.3.0 | | 9.2.0 | 2.2.1 | 4.5.0 | | 9.3.0 | 2.2.3 | 4.6.0 | +| 9.4.0 | 2.2.4 | 4.7.0 | diff --git a/package.json b/package.json index 83678256..8f6ad6d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudproof_js", - "version": "9.3.0", + "version": "9.4.0", "license": "MIT", "description": "Cosmian Cloudproof javascript client library", "author": "Bruno Grieder, Pauline Hochard, Emmanuel Coste, Thibaud Dauce",