Skip to content

Commit 04bab30

Browse files
committed
Bump version to 3.0.14
1 parent d349976 commit 04bab30

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for the optimized Picnic implementation
22

3+
## Version 3.0.14 -- 2022-06-27
4+
5+
* Ensure that public keys stored in private keys are valid.
6+
* Small improvements in memory handling.
7+
38
## Version 3.0.13 -- 2022-04-15
49

510
* Add the `plain32` implementation of SHAKE and automatically enable it for 32-bit targets.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1212
# project info
1313
set(PICNIC_MAJOR_VERSION 3)
1414
set(PICNIC_MINOR_VERSION 0)
15-
set(PICNIC_PATCH_VERSION 13)
15+
set(PICNIC_PATCH_VERSION 14)
1616
set(PICNIC_VERSION ${PICNIC_MAJOR_VERSION}.${PICNIC_MINOR_VERSION}.${PICNIC_PATCH_VERSION})
1717

1818
project(picnic LANGUAGES C CXX VERSION ${PICNIC_VERSION})

0 commit comments

Comments
 (0)