From 83603f48fa883fd23cc9f5f28b47afe861f726d9 Mon Sep 17 00:00:00 2001 From: yspolyakov <89226542+yspolyakov@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:56:53 -0400 Subject: [PATCH] updated to v1.2.3 (#899) Co-authored-by: Yuriy Polyakov --- CMakeLists.txt | 2 +- docs/static_docs/Release_Notes.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a87a38b..37e5a4ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ project (OpenFHE C CXX) set(OPENFHE_VERSION_MAJOR 1) set(OPENFHE_VERSION_MINOR 2) -set(OPENFHE_VERSION_PATCH 2) +set(OPENFHE_VERSION_PATCH 3) set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH}) set(CMAKE_CXX_STANDARD 17) diff --git a/docs/static_docs/Release_Notes.md b/docs/static_docs/Release_Notes.md index 95ce3013..473a1694 100644 --- a/docs/static_docs/Release_Notes.md +++ b/docs/static_docs/Release_Notes.md @@ -1,3 +1,9 @@ +10/30/2024: OpenFHE 1.2.3 (stable) is released + +* Adds support for a custom PRNG implemented in an external library + +The detailed list of changes is available at https://github.com/openfheorg/openfhe-development/issues?q=is%3Aissue+milestone%3A%22Release+1.2.3%22 + 10/28/2024: OpenFHE 1.2.2 (stable) is released * Improves the runtime of inverse NTT (for clang++; #872)