From 76bad59d5abb8c4f058f9729e9b08d717c655910 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Thu, 13 May 2021 12:01:07 +1000 Subject: [PATCH] Release 0.1.0 ### Added - Add usage section to the README. - Support of [Waku v2 Relay](https://rfc.vac.dev/spec/11/). - Support of [Waku v2 Store](https://rfc.vac.dev/spec/13/). - [Node Chat App example](./examples/cli-chat). - [ReactJS Chat App example](./examples/web-chat). - [Typedoc Documentation](https://status-im.github.io/js-waku/docs). --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9afefa73..5614d566bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2021-05-13 +## [0.1.0] - 2021-05-12 ### Added - Add usage section to the README.