diff --git a/at_lookup/CHANGELOG.md b/at_lookup/CHANGELOG.md index 5c75a85b..04630734 100644 --- a/at_lookup/CHANGELOG.md +++ b/at_lookup/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.12 +- Add encryption shared key and public key checksum of sharedWith atsign in metadata ## 3.0.11 - increase outbound connection timeout ## 3.0.10 diff --git a/at_lookup/pubspec.yaml b/at_lookup/pubspec.yaml index 84fe0e4e..42f463ec 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.11 +version: 3.0.12 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev @@ -12,9 +12,16 @@ dependencies: crypton: ^2.0.1 crypto: ^3.0.1 at_utils: ^3.0.6 - at_commons: ^3.0.5 + at_commons: ^3.0.7 mutex: ^3.0.0 +#dependency_overrides: +# at_commons: +# git: +# url: https://github.com/atsign-foundation/at_tools.git +# path: at_commons +# ref: trunk + dev_dependencies: lints: ^1.0.1 test: ^1.17.1