diff --git a/packages/at_auth/CHANGELOG.md b/packages/at_auth/CHANGELOG.md index 749cc8ab..ed4d564f 100644 --- a/packages/at_auth/CHANGELOG.md +++ b/packages/at_auth/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.5 +- fix: set atChops in atLookup before pkam auth in AtAuthImpl +- build[deps]: Upgraded the following packages: + - at_commons to 4.0.11 + - at_lookup to 3.0.47 +- feat: Add signing SigningAlgoType and HashingAlgoType in AtAuthRequest, AtOnboardingRequest ## 2.0.4 - fix: Add "revoke" to the "AtEnrollmentBase" to support enroll:revoke operation ## 2.0.3 diff --git a/packages/at_auth/pubspec.yaml b/packages/at_auth/pubspec.yaml index 1237bd89..61e0c535 100644 --- a/packages/at_auth/pubspec.yaml +++ b/packages/at_auth/pubspec.yaml @@ -1,6 +1,6 @@ name: at_auth description: Package that implements common logic for onboarding/authenticating an atsign to a secondary server -version: 2.0.4 +version: 2.0.5 homepage: https://atsign.com/ repository: https://github.com/atsign-foundation/at_libraries @@ -9,8 +9,8 @@ environment: dependencies: args: ^2.4.1 - at_commons: ^4.0.10 - at_lookup: ^3.0.46 + at_commons: ^4.0.11 + at_lookup: ^3.0.47 at_chops: ^2.0.0 at_utils: ^3.0.16 meta: ^1.8.0