From 35d3b0dabee5936a673bea1c749bc304cf89bf78 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 31 May 2021 01:05:00 +0000 Subject: [PATCH] chore(release): 0.73.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b551de4a7..567c611522 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.73.0](https://github.com/maidsafe/sn_routing/compare/v0.72.0...v0.73.0) (2021-05-31) + + +### ⚠ BREAKING CHANGES + +* **api:** includes a breaking change to the public API + +* **api:** return only SectionAuthorityProvider for matching_section ([eaea2bc](https://github.com/maidsafe/sn_routing/commit/eaea2bcedfe5a5425acc4b266ab75e45a780c268)) + ## [0.72.0](https://github.com/maidsafe/sn_routing/compare/v0.71.4...v0.72.0) (2021-05-30) diff --git a/Cargo.toml b/Cargo.toml index 22b664652c..5a0e60fcc9 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.72.0" +version = "0.73.0" edition = "2018" [dependencies]