From 1e6469224b33e361dbd36c15a89be2971c982fe5 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 6 May 2022 12:52:55 +0200 Subject: [PATCH] *: Bump version to v0.15.0 and add changelog entries --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d0e18..61f4458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 0.15.0 [unreleased] + +- Add support for Noise protocol. See [PR 53]. + +- Use `multibase` instead of `bs58` for base58 encoding. See [PR 56]. + +[PR 53]: https://github.com/multiformats/rust-multiaddr/pull/53 +[PR 56]: https://github.com/multiformats/rust-multiaddr/pull/56 + # 0.14.0 [2022-02-02] - Add support for TLS protocol (see [PR 48]). diff --git a/Cargo.toml b/Cargo.toml index 160796b..4b493f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["multiaddr", "ipfs"] license = "MIT" name = "multiaddr" readme = "README.md" -version = "0.14.0" +version = "0.15.0" [features] default = ["url"]