From ef73aa34900a815b6c70d63072f6094a5cc21288 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 12 Sep 2023 11:35:36 -0400 Subject: [PATCH] docs: add 0.30.0 release to changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd9563..3e19571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Changelog information can also be found in each release's git tag (which can be The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.30.0] +This release has a new API and a few internal optimizations and refactorings. + +- APIs Added + - Add BIP-86 descriptor templates [#388] + +[#388]: https://github.com/bitcoindevkit/bdk-ffi/pull/388 + ## [0.29.0] This release has a number of new APIs, and adds support for Windows in bdk-jvm. @@ -215,6 +223,7 @@ Changelog [BIP 0174]:https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#encoding +[v0.30.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.29.0...v0.30.0 [v0.29.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.28.0...v0.29.0 [v0.28.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.27.1...v0.28.0 [v0.27.1]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.26.0...v0.27.1