From 7a731874b16ecaf85b5572b316cb7fc49e763eb9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 31 Mar 2021 11:16:29 +0000 Subject: [PATCH] chore(release): 0.55.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838b939513..b546646a9b 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.55.0](https://github.com/maidsafe/sn_routing/compare/v0.54.4...v0.55.0) (2021-03-31) + + +### ⚠ BREAKING CHANGES + +* The `proof_chain` field of `Event::MessageReceived` is now `Option`. + +### Bug Fixes + +* adults not able to send non-aggregated messages ([9248cd0](https://github.com/maidsafe/sn_routing/commit/9248cd071a7c5f2a7dd95ac201a40267c3ac3e6a)) + ### [0.54.4](https://github.com/maidsafe/sn_routing/compare/v0.54.3...v0.54.4) (2021-03-31) diff --git a/Cargo.toml b/Cargo.toml index aed1c00cde..d679030a50 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.54.4" +version = "0.55.0" edition = "2018" [dependencies]