From 3be1a9119d571bb7a0f3c3d6870fb7c3ba4fe232 Mon Sep 17 00:00:00 2001 From: Srie Teja Date: Wed, 27 Sep 2023 12:48:00 +0530 Subject: [PATCH] docs: update pubspec and changelog --- packages/at_commons/CHANGELOG.md | 3 +++ packages/at_commons/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/at_commons/CHANGELOG.md b/packages/at_commons/CHANGELOG.md index f468736a..68b0d6a4 100644 --- a/packages/at_commons/CHANGELOG.md +++ b/packages/at_commons/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.56 +- feat: Introduce "AtInvalidEnrollmentException" which is thrown when an enrollment is expired or invalid +- feat: Introduce some more error codes for APKAM enrollments ## 3.0.55 - feat: Introduce "AtThrottleLimitExceeded" exception which is thrown when enrollment request exceeds the limit - feat: Introduce new error codes for apkam enrollments diff --git a/packages/at_commons/pubspec.yaml b/packages/at_commons/pubspec.yaml index 56c54f5b..8582feea 100644 --- a/packages/at_commons/pubspec.yaml +++ b/packages/at_commons/pubspec.yaml @@ -1,6 +1,6 @@ name: at_commons description: A library of Dart and Flutter utility classes that are used across other components of the atPlatform. -version: 3.0.55 +version: 3.0.56 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev