Skip to content

Commit 61d436a

Browse files
authored
chore: prepare libp2p-upnp v0.6.0 (#6188)
## Description Changelog was incorrect as we didn't release version `0.5.1` cc @RolandSherwin
1 parent e0e6037 commit 61d436a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

protocols/upnp/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
## 0.6.0
22

3-
- Change `Event::NewExternalAddr` and `Event::ExpiredExternalAddr` from tuple variants to struct variants
4-
that include both local and external addresses. This allows users to correlate which local listen
3+
- Change `Event::NewExternalAddr` and `Event::ExpiredExternalAddr` from tuple variants to struct variants
4+
that include both local and external addresses. This allows users to correlate which local listen
55
address was mapped to which external address.
66
- `Event::NewExternalAddr` now contains `local_addr` and `external_addr` fields
77
- `Event::ExpiredExternalAddr` now contains `local_addr` and `external_addr` fields
88
See [PR 6121](https://github.com/libp2p/rust-libp2p/pull/6121).
99

10-
## 0.5.1
11-
1210
- Skip port mapping when an active port mapping is present.
13-
Previously, the behavior would skip creating new mappings if any mapping
14-
(active or inactive or pending) existed for the same port. Now it correctly only
11+
Previously, the behavior would skip creating new mappings if any mapping
12+
(active or inactive or pending) existed for the same port. Now it correctly only
1513
checks active mappings on the gateway.
1614
See [PR 6127](https://github.com/libp2p/rust-libp2p/pull/6127).
1715

0 commit comments

Comments
 (0)