diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d615be0ba..09b0f4fa4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgrade libp2p libraries: @chainsafe/libp2p-noise@4.1.1, libp2p@0.32.4, libp2p-gossipsub@0.11.1. - Connects to a limited number of bootstrap nodes, defaults to 1. +## [0.12.1] - 2021-09-16 + +### Changed +- **hot fix**: Connects to a limited number of bootstrap nodes, defaults to 1. + ## [0.12.0] - 2021-09-2 ### Added @@ -220,6 +225,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/status-im/js-waku/compare/v0.13.0...HEAD [0.13.0]: https://github.com/status-im/js-waku/compare/v0.12.0...v0.13.0 +[0.12.1]: https://github.com/status-im/js-waku/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/status-im/js-waku/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/status-im/js-waku/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/status-im/js-waku/compare/v0.9.0...v0.10.0