diff --git a/at_utils/CHANGELOG.md b/at_utils/CHANGELOG.md
index fc76a0f3..b4d2bee9 100644
--- a/at_utils/CHANGELOG.md
+++ b/at_utils/CHANGELOG.md
@@ -1,3 +1,5 @@
+# 3.0.10
+- at_commons version change to 3.0.17 for AtException hierarchy and introducing new AtException subclasses
 ## 3.0.9
 - Changed at_commons dependency from 3.0.11 to ^3.0.11
 ## 3.0.8
diff --git a/at_utils/pubspec.yaml b/at_utils/pubspec.yaml
index 0cbd8aaf..49b35763 100644
--- a/at_utils/pubspec.yaml
+++ b/at_utils/pubspec.yaml
@@ -1,6 +1,6 @@
 name: at_utils
 description: A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger.
-version: 3.0.9
+version: 3.0.10
 repository: https://github.com/atsign-foundation/at_tools
 homepage: https://atsign.dev
 documentation: https://atsign.dev/docs/
@@ -13,7 +13,7 @@ dependencies:
   logging: ^1.0.1
   yaml: ^3.1.0
   crypto: ^3.0.1
-  at_commons: ^3.0.11
+  at_commons: ^3.0.17
   collection: ^1.15.0
 
 dev_dependencies: