## [Unreleased]
- - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
+- Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
+- `verify` flag removed from `TransactionDetails`.
+
+ ## [v0.16.1] - [v0.16.0]
+
+ - Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
+
## [v0.16.0] - [v0.15.0]
- Disable `reqwest` default features.