From d206891eaaaee32e1b982f6d1439a3e19d0ebfe8 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Thu, 14 Jul 2022 14:10:59 +0000 Subject: [PATCH] bump version to 0.23.4 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cbe6c..aacd9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.23.4 - 2022-07-14 + +* [Disable automatic rerandomization of contexts under WASM](https://github.com/rust-bitcoin/rust-secp256k1/pull/474) + # 0.23.3 - 2022-06-29 * [Add must_use for mut self key manipulation methods](https://github.com/rust-bitcoin/rust-secp256k1/pull/465) diff --git a/Cargo.toml b/Cargo.toml index 03af3d3..de7ff34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "secp256k1" -version = "0.23.3" +version = "0.23.4" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"