Skip to content

Commit a78d8bf

Browse files
authored
Merge pull request #707 from openfheorg/update-to-v1.1.4
incremented the version to v1.1.4
2 parents 9533297 + 209e78f commit a78d8bf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project (OpenFHE C CXX)
2727

2828
set(OPENFHE_VERSION_MAJOR 1)
2929
set(OPENFHE_VERSION_MINOR 1)
30-
set(OPENFHE_VERSION_PATCH 3)
30+
set(OPENFHE_VERSION_PATCH 4)
3131
set(OPENFHE_VERSION ${OPENFHE_VERSION_MAJOR}.${OPENFHE_VERSION_MINOR}.${OPENFHE_VERSION_PATCH})
3232

3333
set(CMAKE_CXX_STANDARD 17)

docs/static_docs/Release_Notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
03/08/2024: OpenFHE 1.1.4 (stable) is released
2+
3+
* Fixes a bug affecting the Google C++ Transpiler code generation (#701)
4+
* Adds serialization backwards compatibility down to 1.0.4 for the JSON encoding (#571)
5+
* Shows more information when an exception is thrown (#702)
6+
17
03/04/2024: OpenFHE 1.1.3 (stable) is released
28

39
* One internal map is now used for all rotation keys, which reduces memory footprint and key generation time for BGV-like schemes (#546)

0 commit comments

Comments
 (0)