From d9e48b14c4b6d30a22e5eabc293787a2059f4da5 Mon Sep 17 00:00:00 2001 From: Prabhat1308 Date: Sat, 24 Aug 2024 16:54:22 +0530 Subject: [PATCH] change changelog --- transports/webrtc-websys/CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/transports/webrtc-websys/CHANGELOG.md b/transports/webrtc-websys/CHANGELOG.md index 07e4dadc1c8..df488faca53 100644 --- a/transports/webrtc-websys/CHANGELOG.md +++ b/transports/webrtc-websys/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0-alpha.2 + +- Bump version of web-sys and update `__Nonexhaustive` to `__Invalid` + See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569) + ## 0.4.0-alpha - Implement refactored `Transport`. @@ -8,9 +13,7 @@ - Bump version in order to publish a new version dependent on latest `libp2p-core`. See [PR 4959](https://github.com/libp2p/rust-libp2p/pull/4959). - Remove `libp2p_noise` from the public API. - See [PR 4969](https://github.com/libp2p/rust-libp2p/pull/4969). -- Bump version of web-sys and update `__Nonexhaustive` to `__Invalid` - See [PR 5569](https://github.com/libp2p/rust-libp2p/pull/5569) + See [PR 4969](https://github.com/libp2p/rust-libp2p/pull/4969). ## 0.2.0-alpha