From 4c9091f472427056f3f55aacf56f8ef0b63d537e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 10 May 2021 10:23:11 +0000 Subject: [PATCH] chore(release): 0.67.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef027c6ece..798e5658a6 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.67.0](https://github.com/maidsafe/sn_routing/compare/v0.66.3...v0.67.0) (2021-05-10) + + +### ⚠ BREAKING CHANGES + +* **event:** `Event` enum variants changed and new added. + +* **event:** add SectionSplit, increase granularity ([4766067](https://github.com/maidsafe/sn_routing/commit/47660678f765268cc32bf2d44cb427deaab42486)) + ### [0.66.3](https://github.com/maidsafe/sn_routing/compare/v0.66.2...v0.66.3) (2021-05-10) ### [0.66.2](https://github.com/maidsafe/sn_routing/compare/v0.66.1...v0.66.2) (2021-05-07) diff --git a/Cargo.toml b/Cargo.toml index b2f57333fc..df7380c923 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.66.3" +version = "0.67.0" edition = "2018" [dependencies]