Fix release date in changelogs

We have a typo in the release date of the cahngelogs, release was in
March not in the mythical 13th month.
This commit is contained in:
Tobin C. Harding 2023-03-31 09:42:33 +11:00
parent 11b8786a68
commit 0e2579fb96
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 0.27.0 - 2023-13-15 # 0.27.0 - 2023-03-15
* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588). * [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588).
* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578). * [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578).

View File

@ -1,4 +1,4 @@
# 0.8.1 - 2023-13-16 # 0.8.1 - 2023-03-16
* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582). * [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582).