From 9ae9c6665a60b285d15d742947c253945c903f3b Mon Sep 17 00:00:00 2001 From: boreq Date: Thu, 9 Mar 2023 00:47:44 +0100 Subject: [PATCH] Release v0.0.4 --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df3322b..d9ae189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,21 @@ ### Fixed -- Improved performance by using "github.com/json-iterator/go" instead of - "encoding/json". +- ... ### Security - ... +## [v0.0.4] + +### Fixed + +- Improved overall performance by using "github.com/json-iterator/go" instead + of "encoding/json". +- Updated go-ssb to the latest version which should improve message validation + performance. + ## [v0.0.3] ### Changed @@ -59,7 +67,8 @@ - This CHANGELOG file. -[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.3...HEAD +[unreleased]: https://github.com/planetary-social/scuttlego/compare/v0.0.4...HEAD +[v0.0.4]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.4 [v0.0.3]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.3 [v0.0.2]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.2 [v0.0.1]: https://github.com/planetary-social/scuttlego/releases/tag/v0.0.1