]> Untitled Git - bdk/commitdiff
release: bump version to 0.30.1
authorSteve Myers <steve@notmandatory.org>
Wed, 8 Jan 2025 03:40:31 +0000 (21:40 -0600)
committerSteve Myers <steve@notmandatory.org>
Wed, 8 Jan 2025 03:42:25 +0000 (21:42 -0600)
CHANGELOG.md
Cargo.toml

index 123db434773a2cdb61ff3d2e85af552c0efdf958..338b89c1a0cd6af88c5c6c2cc376ae194f3f2165 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.30.1]
+
+### Fixed
+
+- Fix electrum conftime_req filter for needs_block_height #1782
+
 ## [v0.30.0]
 
 ### Summary
@@ -700,4 +706,5 @@ final transaction is created by calling `finish` on the builder.
 [v0.28.2]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...v0.28.2
 [v0.29.0]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...v0.29.0
 [v0.30.0]: https://github.com/bitcoindevkit/bdk/compare/v0.29.0...v0.30.0
-[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.0...HEAD
+[v0.30.1]: https://github.com/bitcoindevkit/bdk/compare/v0.30.0...v0.30.1
+[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.30.1...release/0.29
index 4e33f6adbcf1c6b3d1e9ed7d8185786fe46b2f2f..1e322643cc9533898180dc4d2a1c4b258f41e0d1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.30.0"
+version = "0.30.1"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
 repository = "https://github.com/bitcoindevkit/bdk"