From ef27dc1dda7a0a2493c88f0d1c4a76625163a49d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Jun 2021 14:59:53 +0000 Subject: [PATCH] chore(release): 0.74.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cce353f0..747c8a456c 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.74.0](https://github.com/maidsafe/sn_routing/compare/v0.73.6...v0.74.0) (2021-06-03) + + +### ⚠ BREAKING CHANGES + +* **deps:** the messaging update includes a breaking change + +* **deps:** update sn_messaging to v29 ([b360807](https://github.com/maidsafe/sn_routing/commit/b3608074dba4a931111a6cbb53184a7cd86f7b5b)) + ### [0.73.6](https://github.com/maidsafe/sn_routing/compare/v0.73.5...v0.73.6) (2021-06-02) diff --git a/Cargo.toml b/Cargo.toml index 9467c07478..6a431d58c1 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.73.6" +version = "0.74.0" edition = "2018" [dependencies]