Skip to content

Commit

Permalink
*: Bump version to v0.15.0 and add changelog entries (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored May 10, 2022
1 parent f39d904 commit 8a4bd49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8a4bd49

Please sign in to comment.