diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d350529..b3103ae43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.5] - 2022-08-17 + ### Added - Drop connection to peer if we get a `yamux::ConnectionError` when opening a substream to them. @@ -290,7 +292,8 @@ Backport in an attempt to fix Initial release for mainnet. -[Unreleased]: https://github.com/itchysats/itchysats/compare/0.5.4...HEAD +[Unreleased]: https://github.com/itchysats/itchysats/compare/0.5.5...HEAD +[0.5.5]: https://github.com/itchysats/itchysats/compare/0.5.4...0.5.5 [0.5.4]: https://github.com/itchysats/itchysats/compare/0.5.3...0.5.4 [0.5.3]: https://github.com/itchysats/itchysats/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/itchysats/itchysats/compare/0.5.1...0.5.2