diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 034524b46dd..833af07982c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.41.1 - unreleased +## 0.41.1 - Implement `{In,Out}boundConnectionUpgrade` for `SelectUpgrade`. See [PR 4812](https://github.com/libp2p/rust-libp2p/pull/4812). diff --git a/libp2p/CHANGELOG.md b/libp2p/CHANGELOG.md index 2be4a6441a1..bb6d8211bd5 100644 --- a/libp2p/CHANGELOG.md +++ b/libp2p/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.53.1 - unreleased +## 0.53.1 - Allow `SwarmBuilder::with_quic_config` to be called without `with_tcp` first. See [PR 4821](https://github.com/libp2p/rust-libp2p/pull/4821). diff --git a/misc/metrics/CHANGELOG.md b/misc/metrics/CHANGELOG.md index 6086d579c04..67c304680db 100644 --- a/misc/metrics/CHANGELOG.md +++ b/misc/metrics/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.14.1 - unreleased +## 0.14.1 - Add `BandwidthTransport`, wrapping an existing `Transport`, exposing Prometheus bandwidth metrics. See also `SwarmBuilder::with_bandwidth_metrics`. diff --git a/misc/server/CHANGELOG.md b/misc/server/CHANGELOG.md index e224f6597df..d476a8722eb 100644 --- a/misc/server/CHANGELOG.md +++ b/misc/server/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.12.4 - unreleased +## 0.12.4 ### Added diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index bac3d952a56..9b57c70a7ed 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.45.1 - unreleased +## 0.45.1 - Fix a bug where calling `Behaviour::remove_address` with an address not in the peer's bucket would remove the peer from the routing table if the bucket has only one address left. See [PR 4816](https://github.com/libp2p/rust-libp2p/pull/4816) diff --git a/transports/quic/CHANGELOG.md b/transports/quic/CHANGELOG.md index 8da8f1634a3..2283c41262b 100644 --- a/transports/quic/CHANGELOG.md +++ b/transports/quic/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.10.1 - unreleased +## 0.10.1 - Allow disabling path MTU discovery. See [PR 4823](https://github.com/libp2p/rust-libp2p/pull/4823).