From 8aa5a4722e994d45b98b1ef8a9ea76facbaef003 Mon Sep 17 00:00:00 2001 From: ethicnology Date: Thu, 25 May 2023 22:10:36 +0200 Subject: [PATCH] chore: changelog & bump version --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4fdd0..1548706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,3 +50,14 @@ - fix: pending bip340 issue - test: Update test to check public key - refactor: Event partial and from to factories + +## 1.4.0 + +- NIP 04 Encrypted Direct Message +- NIP 05 Mapping Nostr keys to DNS-based internet identifiers +- NIP 10 Conventions for clients' use of e and p tags in text events +- NIP 15 End of Stored Events Notice +- NIP 19 bech32-encoded entities +- NIP 20 Command Results +- NIP 28 Public Chat +- NIP 51 Lists diff --git a/pubspec.yaml b/pubspec.yaml index 0f9efea..3127442 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nostr description: A library for nostr protocol implemented in dart for flutter -version: 1.3.4 +version: 1.4.0 homepage: https://github.com/ethicnology/dart-nostr environment: