]> Untitled Git - bdk/commitdiff
release: bump version to 0.28.2 v0.28.2
authorSteve Myers <steve@notmandatory.org>
Wed, 9 Aug 2023 17:52:16 +0000 (12:52 -0500)
committerSteve Myers <steve@notmandatory.org>
Wed, 9 Aug 2023 19:42:46 +0000 (14:42 -0500)
CHANGELOG.md
Cargo.toml

index 51de9d2d7de64dcad60eaa8bea0879f2e31fc67d..914985e99f11abd51b821f994f329a78528d9983 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.28.2]
+
+### Summary
+
+Reverts the 0.28.1 esplora-client version update from 0.5.0 back to 0.4.0.
+
 ## [v0.28.1]
 
 ### Summary
@@ -671,4 +677,5 @@ final transaction is created by calling `finish` on the builder.
 [v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1
 [v0.28.0]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.28.0
 [v0.28.1]: https://github.com/bitcoindevkit/bdk/compare/v0.28.0...v0.28.1
-[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...HEAD
+[v0.28.2]: https://github.com/bitcoindevkit/bdk/compare/v0.28.1...v0.28.2
+[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.28.2...HEAD
index 9f27761f59e2c8fe63288d82d597ab4f152e432f..d46913da9e81e81f3d2fa15038a2a0c8acd992de 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.28.1"
+version = "0.28.2"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
@@ -23,7 +23,7 @@ rand = "^0.8"
 # Optional dependencies
 sled = { version = "0.34", optional = true }
 electrum-client = { version = "0.12", optional = true }
-esplora-client = { version = "0.5", default-features = false, optional = true }
+esplora-client = { version = "0.4", default-features = false, optional = true }
 rusqlite = { version = "0.28.0", optional = true }
 ahash = { version = "0.7.6", optional = true }
 futures = { version = "0.3", optional = true }