bump version to 0.23.4

This commit is contained in:
Andrew Poelstra 2022-07-14 14:10:59 +00:00
parent b01337cfb5
commit d206891eaa
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -1,6 +1,6 @@
[package]
name = "secp256k1"
version = "0.23.3"
version = "0.23.4"
authors = [ "Dawid Ciężarkiewicz <dpc@ucore.info>",
"Andrew Poelstra <apoelstra@wpsoftware.net>" ]
license = "CC0-1.0"