Skip to content

Commit bf37d5f

Browse files
authored
Update RELEASE.md and pom.xml prior to release (#34)
Signed-off-by: Spencer Wilson <[email protected]>
1 parent 4bdfa10 commit bf37d5f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
liboqs-java version 0.2.0
1+
liboqs-java version 0.3.0
22
=========================
33

44
About
@@ -16,3 +16,5 @@ Release notes
1616
The initial release of liboqs-java was released on July 8, 2020. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-java/releases/tag/0.1.0.
1717

1818
Release 0.2.0 from January 2025 added support for Signature and Verify API's which accept a Context String.
19+
20+
Release 0.3.0 from April 2025 added a KEM API for deterministically generating a keypair from a seed. This function is currently supported only for the ML-KEM algorithm.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.openquantumsafe</groupId>
77
<artifactId>liboqs-java</artifactId>
88
<packaging>jar</packaging>
9-
<version>2.0</version>
9+
<version>3.0</version>
1010
<name>liboqs-java: Java wrapper for liboqs</name>
1111
<description>liboqs-java offers a Java wrapper providing quantum-resistant cryptographic algorithms via liboqs.</description>
1212

0 commit comments

Comments
 (0)