Skip to content

Commit

Permalink
Merge #156: chore: bump version to 0.22.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
43da8e9 chore: bump version to 0.22.0 and update CHANGELOG.md (Steve Myers)

Pull request description:

ACKs for top commit:
  LagginTimes:
    ACK 43da8e9
  oleonardolima:
    ACK 43da8e9

Tree-SHA512: 0acab16cce96cef3d5f10c1788d69d372395b22755344df0c5121c9d6df173af132f206959271548fbd1ced2edf81ce13a1b691f135fb11fb7438c7c7e3c90e1
  • Loading branch information
notmandatory committed Nov 25, 2024
2 parents 3c20ca1 + 43da8e9 commit 6e2a9b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.0]

- Updates the NoCertificateVerification implementation for the rustls::client::danger::ServerCertVerifier to use the rustls::SignatureScheme from CryptoProvider in use #150
- Add `id_from_pos` support #155

## [0.21.0]

- Add use-rustls-ring feature #135
Expand Down Expand Up @@ -37,4 +42,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.19.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...v0.19.0
[0.20.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
[0.21.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...HEAD
[0.22.0]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
[Unreleased]: https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...HEAD
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "electrum-client"
version = "0.21.0"
version = "0.22.0"
authors = ["Alekos Filini <[email protected]>"]
license = "MIT"
homepage = "https://github.com/bitcoindevkit/rust-electrum-client"
Expand Down

0 comments on commit 6e2a9b4

Please sign in to comment.