Skip to content

Commit

Permalink
Merge pull request #620 from atsign-foundation/publish_at_auth
Browse files Browse the repository at this point in the history
chore: publish at_auth 2.0.5
  • Loading branch information
murali-shris authored Jul 29, 2024
2 parents 7307000 + 37d4298 commit 7119d45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/at_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/at_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 7119d45

Please sign in to comment.