From 50ad6f6c665e32b8ded94570aeaaef5f1067885f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 1 Apr 2021 06:38:29 +0000 Subject: [PATCH] chore(release): 0.57.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99936fa38f..2ab742230d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.57.0](https://github.com/maidsafe/sn_routing/compare/v0.56.0...v0.57.0) (2021-04-01) + + +### ⚠ BREAKING CHANGES + +* **dep:** the new qp2p version includes a breaking change + +* **dep:** update qp2p dependency ([3efb8c5](https://github.com/maidsafe/sn_routing/commit/3efb8c54906397a5dd676cfb835eb22e3d453e40)) + ## [0.56.0](https://github.com/maidsafe/sn_routing/compare/v0.55.0...v0.56.0) (2021-03-31) diff --git a/Cargo.toml b/Cargo.toml index 00832657bf..ac284bbca9 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.56.0" +version = "0.57.0" edition = "2018" [dependencies]