Skip to content

Commit

Permalink
chore: bump version to 10.0.0 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Rosenkranz-Costa committed Mar 13, 2024
1 parent fc947fe commit 759732a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [10.0.0] - 2024-03-13

### Features

- Upgrade to CoverCrypt `14.0.0`:
- Support Covercrypt KMS edit policy capability
- Replace KMS `rotate` with `rekey` and `prune`

## [9.7.0] - 2024-01-29

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0",
"version": "10.0.0",
"license": "MIT",
"description": "Cosmian Cloudproof javascript client library",
"author": "Bruno Grieder<[email protected]>, Pauline Hochard<[email protected]>, Emmanuel Coste<[email protected]>, Thibaud Dauce<[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion scripts/download_wasm.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ def download_wasm(version: str) -> bool:


if __name__ == '__main__':
RET = download_wasm('v2.5.0')
RET = download_wasm('v3.0.0')
if RET is False and getenv('GITHUB_ACTIONS'):
download_wasm('last_build/feature/covercrypt_rekey')

0 comments on commit 759732a

Please sign in to comment.