Skip to content

Commit

Permalink
docs(changelog): update for 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuthor committed Oct 3, 2023
1 parent 77c42a5 commit dad3270
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
32 changes: 24 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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<bruno.grieder@cosmian.com>, Pauline Hochard<pauline.hochard@cosmian.com>, Emmanuel Coste<emmanuel.coste@cosmian.com>, Thibaud Dauce<thibaud.dauce@cosmian.com>",
Expand Down

0 comments on commit dad3270

Please sign in to comment.