diff --git a/CHANGELOG.md b/CHANGELOG.md
index 38375e7..0cb36ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG
+## [1.0.10] 2022-11-25
+### Changes
+
+- DOCS Update (README)
+
+## [1.0.9] 2022-11-25
+### Changes
+
+- DOCS Update (README)
+
## [1.0.8] 2022-11-25
### Changes
diff --git a/README.md b/README.md
index 7f24af7..d9beb11 100644
--- a/README.md
+++ b/README.md
@@ -145,13 +145,18 @@ Access the `admin` section in the browser: `http://127.0.0.1:8000/`
## Screenshots
-> **Django Admin Theme**: `Edit users`
+Start your development with a Freebie Dashboard for [Bootstrap 5](https://www.admin-dashboards.com/bootstrap-5-templates/). Argon is a completly new product built on our newest re-built from scratch framework structure that is meant to make our products more intuitive and much easier to customize.
+Argon Dashboard is built with over 70 individual components, giving you the freedom of choosing and combining. This Dashboard is coming with pre-built examples, so the development process is seamless, switching from our pages to the real website is very easy to be done.
+
+
+
+> **[Django Admin Argon](https://github.com/app-generator/django-admin-argon-dashboard)**: `Edit users`
![django-admin-argon-users-min](https://user-images.githubusercontent.com/51070104/201162283-90fb0637-687e-4926-ab12-bf409491dac6.jpg)
-> **Django Admin Theme**: `Dashboard` page
+> **[Django Admin Argon](https://github.com/app-generator/django-admin-argon-dashboard)**: `Dashboard` page
![django-admin-argon-dashboard-min](https://user-images.githubusercontent.com/51070104/201162509-80df6786-e595-4fca-a570-45f6a4438c24.jpg)
diff --git a/setup.py b/setup.py
index 5d5f7ec..0011ba7 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-argon-dashboard',
-version='1.0.8',
+version='1.0.10',
zip_safe=False,
packages=find_packages(),
include_package_data=True,