From 3ec3ad1fd9aa691f74c40c536bcca787d5c91f6e Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 19 May 2022 15:54:24 +1000 Subject: [PATCH] Update changelog for release 0.23.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8eebad7b9..b475c7fb41 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.23.0] - 2022-05-19 + ### Added - Some dependencies that were used but not declared (often transient). @@ -409,7 +411,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [ReactJS Chat App example](./examples/web-chat). - [Typedoc Documentation](https://js-waku.wakuconnect.dev/). -[Unreleased]: https://github.com/status-im/js-waku/compare/v0.21.0...HEAD +[Unreleased]: https://github.com/status-im/js-waku/compare/v0.23.0...HEAD +[0.23.0]: https://github.com/status-im/js-waku/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/status-im/js-waku/compare/v0.21.0...v0.22.0 [0.21.0]: https://github.com/status-im/js-waku/compare/v0.20.0...v0.21.0 [0.20.0]: https://github.com/status-im/js-waku/compare/v0.19.2...v0.20.0