From f3257113f059135c8c79b2a247a4bd1cc6efe089 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 29 Mar 2021 07:35:35 +0000 Subject: [PATCH] chore(release): 0.54.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be5b45993..b6821a401f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.54.0](https://github.com/maidsafe/sn_routing/compare/v0.53.0...v0.54.0) (2021-03-29) + + +### ⚠ BREAKING CHANGES + +* Added `additional_proof_chain_key` parameter to `Routing::send_message`, added `proof_chain` field to `Event::MessageReceived`. + +### Features + +* support adding additional proof chain keys to user messages ([2275730](https://github.com/maidsafe/sn_routing/commit/2275730e276a5296dfe3a6b8c95fb6f516787aba)) + ## [0.53.0](https://github.com/maidsafe/sn_routing/compare/v0.52.1...v0.53.0) (2021-03-24) diff --git a/Cargo.toml b/Cargo.toml index b16bdaac31..da405946fc 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.53.0" +version = "0.54.0" edition = "2018" [dependencies]