From 9f8ff8c2402c021c865c0a965d9a48272a40b844 Mon Sep 17 00:00:00 2001 From: murali-shris Date: Fri, 18 Mar 2022 13:02:06 +0530 Subject: [PATCH] changelog and pubspec --- at_lookup/CHANGELOG.md | 2 ++ at_lookup/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/at_lookup/CHANGELOG.md b/at_lookup/CHANGELOG.md index 04630734..6a3cae76 100644 --- a/at_lookup/CHANGELOG.md +++ b/at_lookup/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.13 +- Upgrade at_commons version for shared key metadata support in notify ## 3.0.12 - Add encryption shared key and public key checksum of sharedWith atsign in metadata ## 3.0.11 diff --git a/at_lookup/pubspec.yaml b/at_lookup/pubspec.yaml index 42f463ec..2d57dfd0 100644 --- a/at_lookup/pubspec.yaml +++ b/at_lookup/pubspec.yaml @@ -1,6 +1,6 @@ name: at_lookup description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.) -version: 3.0.12 +version: 3.0.13 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev @@ -12,7 +12,7 @@ dependencies: crypton: ^2.0.1 crypto: ^3.0.1 at_utils: ^3.0.6 - at_commons: ^3.0.7 + at_commons: ^3.0.8 mutex: ^3.0.0 #dependency_overrides: