Bump version number to v0.24.0

We have updated the `bitcoin_hashes` version, this requires a minor
version bump and release.
This commit is contained in:
Tobin C. Harding 2022-07-19 09:08:12 +10:00
parent 6062ea7d54
commit d31bbc1723
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# 0.24.0 - 2022-07-20
* Upgrade to new release of [bitcoin_hashes](https://github.com/rust-bitcoin/bitcoin_hashes/releases/tag/0.11.0).
# 0.23.4 - 2022-07-14
* [Disable automatic rerandomization of contexts under WASM](https://github.com/rust-bitcoin/rust-secp256k1/pull/474)

View File

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