File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ Unreleased]
1111
12+ ## [ 0.24.1]
13+ - Default to ` ring ` if multiple ` rustls ` features are set #183
14+
1215## [ 0.24.0]
1316 - Use default ` CryptoProvider ` if available, otherwise install ` rustls ` 's ` CryptoProvider ` based on features #171
1417 - Add a new batch method for ` blockchain.transaction.get_merkle ` #170
@@ -59,4 +62,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5962[ 0.23.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...0.23.0
6063[ 0.23.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...0.23.1
6164[ 0.24.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...0.24.0
62- [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...HEAD
65+ [ 0.24.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.0...0.24.1
66+ [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.24.1...HEAD
Original file line number Diff line number Diff line change 11[package ]
22name = " electrum-client"
3- version = " 0.24.0 "
3+ version = " 0.24.1 "
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55license = " MIT"
66homepage = " https://github.com/bitcoindevkit/rust-electrum-client"
You can’t perform that action at this time.
0 commit comments