diff --git a/CHANGELOG.md b/CHANGELOG.md index e04ca92847..12c4805d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.65.1](https://github.com/maidsafe/sn_routing/compare/v0.65.0...v0.65.1) (2021-04-30) + + +### Bug Fixes + +* notification only about live adults ([01a8524](https://github.com/maidsafe/sn_routing/commit/01a8524db851cf120d338347b2e1435976a4f8ba)) + ## [0.65.0](https://github.com/maidsafe/sn_routing/compare/v0.64.4...v0.65.0) (2021-04-30) diff --git a/Cargo.toml b/Cargo.toml index 6027d7244b..7366967e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_routing" readme = "README.md" repository = "https://github.com/maidsafe/sn_routing" -version = "0.65.0" +version = "0.65.1" edition = "2018" [dependencies]