diff --git a/CHANGELOG.md b/CHANGELOG.md index 2811dccffa..b17273bc76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Routing - Change Log +## [0.25.0] +- Refactoring: Further split up and reorganise the states and move more logic + into the peer manager module. +- Several bug fixes and test improvements. + ## [0.24.2] - Refactoring: Turn `Core` into a state machine with `Client` and `Node` states. Move some more logic onto the `PeerManager`. diff --git a/Cargo.toml b/Cargo.toml index d5a3aeb23a..7bd5ce9bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "routing" readme = "README.md" repository = "https://github.com/maidsafe/routing" -version = "0.24.2" +version = "0.25.0" [dependencies] accumulator = "~0.4.0"