diff --git a/CHANGELOG.md b/CHANGELOG.md index 568cc28..f52f89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.4.0] + +- Add dual license MIT and Apache 2.0 +- Add sqlite database support +- Fix memory database configuration enum, remove junk field + +## [v0.3.1] + +- Remove hard coded sync progress value (was always returning 21.0) + ## [v0.3.0] - Move bdk-kotlin bindings and ios example to separate repos @@ -18,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.0] -[v0.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.0.0...v0.2.0 +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.4.0...HEAD +[v0.4.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.1...v0.4.0 +[v0.3.1]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.2.0...v0.3.0 -[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...HEAD +[v0.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.0.0...v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index aeb4e1a..f4879bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.3.1" +version = "0.4.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018"