Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
Also add a CHANGES.md file to track changes to the project.
  • Loading branch information
olsaarik committed Apr 23, 2021
1 parent 4b36cb9 commit 4cd3254
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# List of Changes

## Version 1.0.1

### Bug Fixes

- Fixed issue where modulus switching was inserted for non-encrypted values [(PR 9)](https://github.com/microsoft/EVA/pull/9).

### Other

- Validated compatibility with SEAL v3.6.4 and updated README.md.

## Version 1.0.0

First open source release.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

project(eva
VERSION 1.0.0
VERSION 1.0.1
LANGUAGES CXX
)

Expand Down

0 comments on commit 4cd3254

Please sign in to comment.