Skip to content

Commit 0e459b6

Browse files
committed
chore: bump version to 0.23.0
1 parent 805ea0a commit 0e459b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12-
## [0.22.1]
1312

13+
## [0.23.0]
14+
15+
- Raise MSRV to `1.75` and bump `rustls` to `0.23.21` #159
1416
- Enforce min `rustls` version 0.23.19 to support MSRV with fix for RUSTSEC-2024-0399 #158
1517

1618
## [0.22.0]
@@ -47,5 +49,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
[0.20.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
4850
[0.21.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
4951
[0.22.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
50-
[0.22.1]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.22.1
51-
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.1...HEAD
52+
[0.23.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.23.0
53+
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...HEAD

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "electrum-client"
3-
version = "0.22.1"
3+
version = "0.23.0"
44
authors = ["Alekos Filini <[email protected]>"]
55
license = "MIT"
66
homepage = "https://github.com/bitcoindevkit/rust-electrum-client"

0 commit comments

Comments
 (0)