diff --git a/CHANGELOG.md b/CHANGELOG.md index b14c3a6..666ccb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.3](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.2...v5.0.3) (2023-11-14) + + +### Bug Fixes + +* establish RTT at start of connection ([#64](https://github.com/ChainSafe/js-libp2p-yamux/issues/64)) ([672523b](https://github.com/ChainSafe/js-libp2p-yamux/commit/672523bcf0c4c2ccfaf27b6b06e07f28294f0077)) + ## [5.0.2](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.1...v5.0.2) (2023-11-12) diff --git a/package.json b/package.json index 6498661..571e045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-yamux", - "version": "5.0.2", + "version": "5.0.3", "description": "Yamux stream multiplexer for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",