From 7a8e6609b12b69f0a72cdf328e40a157b622c9b8 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 15 Feb 2023 16:42:20 -0600 Subject: [PATCH] Bump version to 0.27.1 --- CHANGELOG.md | 15 ++++++++++++++- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f3b8cda..417038dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.27.1] + +### Summary + +Fixes [RUSTSEC-2022-0090], this issue is only applicable if you are using the optional sqlite database feature. + +[RUSTSEC-2022-0090]: https://rustsec.org/advisories/RUSTSEC-2022-0090 + +### Changed + +- Update optional sqlite dependency from 0.27.0 to 0.28.0. #867 + ## [v0.27.0] ### Summary @@ -629,4 +641,5 @@ final transaction is created by calling `finish` on the builder. [v0.25.0]: https://github.com/bitcoindevkit/bdk/compare/v0.24.0...v0.25.0 [v0.26.0]: https://github.com/bitcoindevkit/bdk/compare/v0.25.0...v0.26.0 [v0.27.0]: https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0 -[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...HEAD +[v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1 +[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...HEAD diff --git a/Cargo.toml b/Cargo.toml index c56f36431..18fcfef62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.27.0" +version = "0.27.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"