diff --git a/CHANGELOG.md b/CHANGELOG.md index 1933762e07..83813fbb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changelog +### 0.16.2 [2022-09-20] + +#### General + +* Fixed CMake issues with ENABLE_IDEA and ENABLE_BRAINPOOL + ### 0.16.1 [2022-09-06] #### General diff --git a/docs/installation.adoc b/docs/installation.adoc index 138454871d..f4b447efca 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -55,7 +55,7 @@ Prerequisite: please ensure `git` is installed on the system. [source,console] ---- # Clone the repository by version tag (or omit it to get the latest sources) -git clone https://github.com/rnpgp/rnp.git -b v0.16.1 +git clone https://github.com/rnpgp/rnp.git -b v0.16.2 # Install required packages sudo apt install g++-8 cmake libbz2-dev zlib1g-dev libjson-c-dev \ @@ -91,7 +91,7 @@ Prerequisite: please ensure `git` is installed on the system. [source,console] ---- # Clone the repository by version tag (or omit it to get the latest sources) -git clone https://github.com/rnpgp/rnp.git -b v0.16.1 +git clone https://github.com/rnpgp/rnp.git -b v0.16.2 # Enable access to `testing` packages by editing /etc/apt/sources.list # deb http://deb.debian.org/debian testing main diff --git a/version.txt b/version.txt index 2a0970ca75..201a22c8fa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.16.1 +0.16.2