diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dfe78c..0390194 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,14 @@
# 📦 Changelog
-All notable changes to this project will be documented in this file.
-
-This project follows [Semantic Versioning](https://semver.org).
## [Unreleased]
-## [Cloudsmith Docker Sleuth] [v1.0] [2025-12-12]
+## [Sonar] [v1.0] [2026-01-06]
### Added
-- Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags,
-manifest digests, platform support, sync status, and download statistics.
-- Query untagged (orphaned) multi-arch images and delete them.
+- Initial release of `Sonar` - a utility allowing you to analyse your Docker images stored within Cloudsmith, providing a hierarchical view for multi-arch images including manifest/list,
+digests, platform support, package sync status, and download statistics.
+
+
+
+
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 0661342..e35f1c0 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -2,13 +2,10 @@
The following maintainers manage the project and are reponsible for reviewing/merging code:
-- Nick Peacock ([@nickxn](https://github.com/nickxn)) - [Cloudsmith Ltd](https://cloudsmith.io)
-- Ranjan Singh ([@opswithranjan](https://github.com/opswithranjan)) - [Cloudsmith Ltd](https://cloudsmith.io)
+- Colin Moynes ([@colinmoynes](https://github.com/colinmoynes)) - [Cloudsmith Ltd](https://cloudsmith.io)
+
# Contributors
The following contributors (in alphabetical order) are held in eternal high esteem and gratitude for their glorious contributions to the project:
-# Thanks
-
-We'd also like to say thank you to the following people (in alphabetical order), for raising issues, providing suggestions or just for being awesome:
diff --git a/Docker/Sonar/README.md b/Docker/Sonar/README.md
index b626ae8..4e3f723 100644
--- a/Docker/Sonar/README.md
+++ b/Docker/Sonar/README.md
@@ -33,16 +33,17 @@ Here is a summary of its capabilities:
- **Docker Manifests:** To determine architecture/OS platforms and digest relationships.
- **Cloudsmith API:** To retrieve processing status (Synced, Failed, In Progress) and download statistics.
-#### Query repository for images
-
+#### Query repository for images.
+
-#### Query a specific image and view detailed results.
+#### Query for detailed results.
+
-
+#### Query for a specific image and detailed results.
+
-#### Query untagged images
-
-
+#### Query for untagged/ oprhaned images.
+
## Prerequisites
diff --git a/Docker/Sonar/detailed.gif b/Docker/Sonar/detailed.gif
new file mode 100644
index 0000000..2bf40a9
Binary files /dev/null and b/Docker/Sonar/detailed.gif differ
diff --git a/Docker/Sonar/example-detailed.gif b/Docker/Sonar/example-detailed.gif
deleted file mode 100644
index ebfb21e..0000000
Binary files a/Docker/Sonar/example-detailed.gif and /dev/null differ
diff --git a/Docker/Sonar/example-untagged.gif b/Docker/Sonar/example-untagged.gif
deleted file mode 100644
index b971fab..0000000
Binary files a/Docker/Sonar/example-untagged.gif and /dev/null differ
diff --git a/Docker/Sonar/example.gif b/Docker/Sonar/example.gif
deleted file mode 100644
index 14d8fbe..0000000
Binary files a/Docker/Sonar/example.gif and /dev/null differ
diff --git a/Docker/Sonar/image-detailed.gif b/Docker/Sonar/image-detailed.gif
new file mode 100644
index 0000000..f79da83
Binary files /dev/null and b/Docker/Sonar/image-detailed.gif differ
diff --git a/Docker/Sonar/simple.gif b/Docker/Sonar/simple.gif
new file mode 100644
index 0000000..069324b
Binary files /dev/null and b/Docker/Sonar/simple.gif differ
diff --git a/Docker/Sonar/untagged.gif b/Docker/Sonar/untagged.gif
new file mode 100644
index 0000000..cb76eb5
Binary files /dev/null and b/Docker/Sonar/untagged.gif differ