diff --git a/CHANGELOG.md b/CHANGELOG.md index f16e60a..bc8d044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,3 +74,7 @@ ## 1.4.3 - refactor: Message.type is made of an MessageType enum instead of a String + +## 1.5.0 + +- feat: add EOSE class to obtain subscriptionId (#41) diff --git a/pubspec.yaml b/pubspec.yaml index cad77b4..ae66b6f 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.4.3 +version: 1.5.0 homepage: https://github.com/ethicnology/dart-nostr environment: