From 7c59552c836d341b2198199f3a2bac647cfd4075 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 5 Feb 2020 10:35:10 +0100 Subject: [PATCH] chore: release version v0.0.1 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eb977cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + +## 0.0.1 (2020-02-05) + + +### Bug Fixes + +* code review ([1fc9f88](https://github.com/libp2p/interop/commit/1fc9f88)) +* code review feedback ([5fd9427](https://github.com/libp2p/interop/commit/5fd9427)) +* content routing ([2fb1ab1](https://github.com/libp2p/interop/commit/2fb1ab1)) + + +### Features + +* initial implementation ([86e947d](https://github.com/libp2p/interop/commit/86e947d)) +* integrate gossipsub by default ([#17](https://github.com/libp2p/interop/issues/17)) ([de0edfe](https://github.com/libp2p/interop/commit/de0edfe)) + + +