diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89131c0..94af311 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG
+## [1.0.14] 2024-12-16
+### Changes
+
+- Mention [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)
+
## [1.0.13] 2024-11-06
### Changes
diff --git a/README.md b/README.md
index d702044..e23aaf1 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,43 @@ Modern template for **Django Admin**, Auth Pages (registration included) crafted
+### Build a Starter with [Django App Generator - Volt Design](https://app-generator.dev/tools/django-generator/volt/)
+
+- Access the [App Generator](https://app-generator.dev/tools/django-generator/) page
+- Select **Volt Dashboard** as the preferred design
+- (Optional) Design Database: edit models and fields
+- (Optional) Edit the fields for the extended user model
+- (Optional) Enable OAuth for GitHub
+- (Optional) Add Celery (async tasks)
+- (Optional) Enable Dynamic API Module
+- Docker Scripts
+- Render CI/Cd Scripts
+
+**The generated Django project is available as a ZIP Archive and also uploaded to GitHub.**
+
+
+
![Django Admin Volt - Modern template for Django Admin Section crafted on top of a modern Bootstrap 5 Design.](https://user-images.githubusercontent.com/51070104/168843604-b026fd94-5969-4be7-81ac-5887cf0958e5.png)
+## [Volt Dashboard PRO Version](https://app-generator.dev/product/volt-dashboard-pro/django/)
+
+> The premium version provides more features, priority on support, and is more often updated - [Live Demo](https://django-volt-dashboard-pro.onrender.com).
+
+- **Simple, Easy-to-Extend** Codebase
+- **Volt Dashboard** Design - PRO Version
+- Bootstrap 5 CSS
+- **OAuth** - Github
+- **Extended User Profile**
+- **API** via DRF
+- **Charts** via ApexJS
+- **Celery** (async tasks)
+- **Deployment-Ready** for Render
+
+![Django Volt Dashboard - Premium Full-Stack Starter powered by Django, and Bootstrap 5 - Actively supported by App-Generator](https://github.com/user-attachments/assets/d24feda4-e4ff-4348-b335-429230dd7815)
+
+
+
---
**[Django Admin Volt](https://app-generator.dev/docs/products/django-libs/theme-volt.html)** - Modern Django Admin Interface provided by **[App-Generator](https://app-generator.dev)**
diff --git a/setup.py b/setup.py
index 244fe26..41bb28c 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-volt',
-version='1.0.13',
+version='1.0.14',
zip_safe=False,
packages=find_packages(),
include_package_data=True,