From 0e9f2c2ecce70e01d76a30cb46c721c5bee9d428 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Tue, 11 May 2021 11:18:23 +1000 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..deea78fb7a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- 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). + +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/f46ce77f57c08866873b5c80acd052e0ddba8bc9..HEAD