Skip to content

Commit

Permalink
*: Prepare v0.42.1 (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden authored Feb 2, 2022
1 parent e04e95a commit ea180aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@

# `libp2p` facade crate

## Version 0.42.1 [unreleased]
## Version 0.42.1 [2022-02-02]

- Update individual crates.
- `libp2p-relay`
- [v0.6.1](protocols/relay/CHANGELOG.md#061-2022-02-02)
- `libp2p-tcp`
- [v0.31.1](transports/tcp/CHANGELOG.md#0311-2022-02-02)

## Version 0.42.0 [2022-01-27]

Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.6.1 [unreleased]
# 0.6.1 [2022-02-02]

- Remove empty peer entries in `reservations` `HashMap`. See [PR 2464].

Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.31.1 [unreleased]
# 0.31.1 [2022-02-02]

- Call `TcpSocket::take_error` to report connection establishment errors early.

Expand Down

0 comments on commit ea180aa

Please sign in to comment.