diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0d415..5f72b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2.0] - 2023-01-12 + +### Added + +- [NIP-01](https://github.com/nostr-protocol/nips/blob/master/01.md) compliant client + ## [0.1.0] - 2023-01-06 - Initial release + +[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