diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cb35531e..bda75be82a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Post 1.0.0 release, the changelog format is based on [Keep a Changelog](https:// ## [Unreleased] +## [2024.13-magura-drift] (2024-11-29) + +- Optimised syncing bandwidth information to storage + ## [2024.13-magura-patched] (2024-11-22) - [experimental] allow clients to change between deterministic route selection based on packet headers and a pseudorandom distribution diff --git a/Cargo.lock b/Cargo.lock index 6557b2c99f..8c183a73f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5880,7 +5880,7 @@ dependencies = [ [[package]] name = "nym-node" -version = "1.1.11" +version = "1.1.12" dependencies = [ "anyhow", "bip39",