From 67b51353bfae42650445848feb4f8cd62422d7a0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 27 Apr 2021 19:00:22 +0000 Subject: [PATCH] chore(release): 0.64.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 574d642b84..0ef0c4d94d 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.64.0](https://github.com/maidsafe/sn_routing/compare/v0.63.2...v0.64.0) (2021-04-27) + + +### ⚠ BREAKING CHANGES + +* **deps:** update sn_messaging to 0.19.0 + +* **deps:** update sn_messaging to 0.19.0 ([c79313d](https://github.com/maidsafe/sn_routing/commit/c79313d69406abec71290266cb63fd01cb70575f)) + ### [0.63.2](https://github.com/maidsafe/sn_routing/compare/v0.63.1...v0.63.2) (2021-04-27) diff --git a/Cargo.toml b/Cargo.toml index 2580728563..05fa361561 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.63.2" +version = "0.64.0" edition = "2018" [dependencies]