From e56058a0e17846afaed2fab90e97b8b10d982af7 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Wed, 15 Feb 2023 18:29:20 +0700 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f72b5b..2c38038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2023-02-15 + +### Added + +- Client compliance wth [NIP-02](https://github.com/nostr-protocol/nips/blob/master/02.md) (manage contact lists) + ## [0.2.0] - 2023-01-12 ### Added @@ -14,5 +20,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Initial release +[0.3.0]: https://github.com/wilsonsilva/nostr/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/wilsonsilva/nostr/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/wilsonsilva/nostr/compare/7fded5...v0.1.0