diff --git a/CHANGELOG.md b/CHANGELOG.md index b78d64c..4a77dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.0.2 + +* Introduced the `NostrDart.configure` method, allowing users to pass a custom `SignatureVerifier`. +* Added a `search` field to the `RequestFilter` for enhanced filtering capabilities. +* Implemented the `relay.sendEvents` method, enabling the bulk sending of multiple events. + ## 0.0.1 - Initial version. diff --git a/pubspec.yaml b/pubspec.yaml index 37324b9..0158c1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nostr_dart description: A Dart Library for making Nostr clients -version: 0.0.1 +version: 0.0.2 repository: https://github.com/ice-blockchain/nostr-dart environment: