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:
parent
11b8786a68
commit
0e2579fb96
|
@ -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).
|
||||||
|
|
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue