Skip to content

Commit

Permalink
chore: bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-orion committed Oct 15, 2024
1 parent ba2aca4 commit 593d444
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 593d444

Please sign in to comment.