diff --git a/at_contact/CHANGELOG.md b/at_contact/CHANGELOG.md index 1a2c2317..b3cf6ce5 100644 --- a/at_contact/CHANGELOG.md +++ b/at_contact/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.7 +- **chore**: Upgraded to latest at_client version 3.0.27 ## 3.0.6 - Upgrade at_client version to 3.0.26 for AtException chaining - Upgrade at_commons version to 3.0.17 for AtException hierarchy diff --git a/at_contact/pubspec.yaml b/at_contact/pubspec.yaml index 20561823..95d28e74 100644 --- a/at_contact/pubspec.yaml +++ b/at_contact/pubspec.yaml @@ -2,7 +2,7 @@ name: at_contact description: A Dart library for managing contact data that developers can use for their applications. documentation: https://atsign.dev/docs/ -version: 3.0.6 +version: 3.0.7 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev environment: @@ -10,7 +10,7 @@ environment: dependencies: intl: ^0.17.0 - at_client: ^3.0.26 + at_client: ^3.0.27 at_commons: ^3.0.17 at_utils: ^3.0.10 uuid: ^3.0.4