diff --git a/nectar/CHANGELOG.md b/nectar/CHANGELOG.md index c03b292ad0..1b92ac2e8c 100644 --- a/nectar/CHANGELOG.md +++ b/nectar/CHANGELOG.md @@ -7,19 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [nectar-0.1.0] - 2020-10-20 + ### Added - Ability to configure strategies to be used for Bitcoin fees and Ethereum Gas Price resolution. See `./sample-config.toml` for more details. - Disallow unknown keys in the config file. -Previously, unknown configuration keys would just be ignored. -`nectar` will now refuse to startup if the configuration file contains unknown keys. + Previously, unknown configuration keys would just be ignored. + `nectar` will now refuse to startup if the configuration file contains unknown keys. ### Changed - Update the expected network times to calculate the expiries: We expect Bitcoin's transactions to be included within 6 blocks and Ethereum's within 30 blocks. - By default, use bitcoind's `estimatsmartfee` feature to estimate Bitcoin fees. -For Ethereum, Eth Gas Station API is used. + For Ethereum, Eth Gas Station API is used. - Change log level configuration format from capitalised (e.g. "Debug") to lowercase (e.g. "debug"). -[Unreleased]: https://github.com/comit-network/comit-rs/compare/d5d26e42a2d8dd026ae94f2c8a9e0bd80ab81133...HEAD +[Unreleased]: https://github.com/comit-network/comit-rs/compare/nectar-0.1.0...HEAD + +[nectar-0.1.0]: https://github.com/comit-network/comit-rs/compare/b4ad16d63579c542a3885d57f0522b445cfa8bae...nectar-0.1.0