From 9409cb1ee45a8ea18392093dac9b448d090ac4ba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 25 Apr 2022 10:07:39 +0000 Subject: [PATCH] chore(release): 0.28.6 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d758127b..6693a014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.28.6](https://github.com/maidsafe/qp2p/compare/v0.28.5...v0.28.6) (2022-04-25) + + +### Features + +* add Stream when getting next message from connection ([cd3b255](https://github.com/maidsafe/qp2p/commit/cd3b2551b2aef7cf2ca73e67cf2ff84d5ca9b3f9)) + ### [0.28.5](https://github.com/maidsafe/qp2p/compare/v0.28.4...v0.28.5) (2022-03-01) ### [0.28.4](https://github.com/maidsafe/qp2p/compare/v0.28.3...v0.28.4) (2022-03-01) diff --git a/Cargo.toml b/Cargo.toml index 42085e43..5f3cd888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "MIT OR BSD-3-Clause" readme = "README.md" repository = "https://github.com/maidsafe/qp2p" -version = "0.28.5" +version = "0.28.6" authors = [ "MaidSafe Developers " ] keywords = [ "quic" ] edition = "2021"