diff --git a/CHANGELOG.md b/CHANGELOG.md index 349e539..211a9ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.19.0 +- Update `libp2p-identity` to `v0.3.0`. + Update `rust-version` to `1.88.0` and edition to `2024` + See [PR 136](https://github.com/multiformats/rust-multiaddr/pull/136) + # 0.18.3 - Add `starts_with` on `Multiaddr`. See [PR 119]. diff --git a/Cargo.toml b/Cargo.toml index 2105c9a..293599a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["multiaddr", "ipfs"] license = "MIT" name = "multiaddr" readme = "README.md" -version = "0.18.3" +version = "0.19.0" [features] default = ["url"]