From 9212a8b66474331c2187d24ae939c9d5fc555bdb Mon Sep 17 00:00:00 2001 From: Anas Fikhi Date: Wed, 31 May 2023 02:08:47 +0100 Subject: [PATCH] [ Add ] v3.0.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40eb155..09526df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 3.0.0 + + - Added new utils methods to the utils service. + - Exposed and modifed some implmentation source service class. + - Minor modifications for better maintainence of code. + - Commented out more APIs of the package. + # 2.1.1 - Changes the dart_bip32_bip44 with bip32_bip44 so it works with dart packages and projects and not Flutter ones sonce it breaks pana scoring system. diff --git a/pubspec.yaml b/pubspec.yaml index 92615be..4b4f5f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_nostr description: This is a helper package that simplify and accelerate the use of Nostr protocal in Dart/Flutter environment -version: 2.1.1 +version: 3.0.0 repository: https://github.com/anasfik/nostr/ issue_tracker: https://github.com/anasfik/nostr/issues