From 4ebee7e3417e4c1bd481fc0a23696494deee0889 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Tue, 5 Nov 2024 16:21:20 +0900 Subject: [PATCH] Bump version to 2.3.0. --- CHANGES.md | 6 ++++++ SECURITY.md | 4 ++-- deno.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e51c876..b89f440 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changes +## Version 2.3.0 + +Released 2024-11-05 + +- [(#116) Fix omission in compliance with the final version of FIPS 203.](https://github.com/dajiaji/crystals-kyber-js/pull/116) + ## Version 2.2.0 Released 2024-11-02 diff --git a/SECURITY.md b/SECURITY.md index 07cdec7..bba5859 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 2.2.x | :white_check_mark: | -| < 2.2.0 | :x: | +| 2.3.x | :white_check_mark: | +| < 2.3.0 | :x: | | 1.1.x | :white_check_mark: | | < 1.1.2 | :x: | diff --git a/deno.json b/deno.json index 074b110..4dd6efc 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@dajiaji/mlkem", - "version": "2.2.0", + "version": "2.3.0", "exports": "./mod.ts", "imports": { "@noble/hashes": "npm:@noble/hashes@^1.5.0"