diff --git a/CHANGELOG.md b/CHANGELOG.md
index f835866..5f44263 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## v3.0.3
+_Released on 2026-03-12_
+
+### New Features
+1. Introduced user-specific project pinning functionality, including new backend endpoints, database model, and frontend UI updates.
+
+### Docker Images
+Use one of these commands to pull the Docker image:
+
+```bash
+# Pull specific version
+docker pull ghcr.io/yogasw/beo-echo:3.0.3
+
+# Pull latest version
+docker pull ghcr.io/yogasw/beo-echo:latest
+```
+
+---
+*This summary was automatically generated by Gemini AI*
+
## v3.0.2
_Released on 2026-03-12_
diff --git a/README.md b/README.md
index 9f464d0..0b3a32d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-
# Beo Echo
+
+
Beo Echo is a powerful API mocking service with a robust Golang backend and sleek Svelte frontend. It serves as a comprehensive control panel for creating, managing, and monitoring mock APIs and request forwarding, similar to popular tools like Beeceptor and Mockoon.
## 🌟 Project Overview
diff --git a/VERSION b/VERSION
index 282895a..b38ebbf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.3
\ No newline at end of file
+3.0.4
\ No newline at end of file
diff --git a/frontend/src/lib/components/landing-page/LandingContent.svelte b/frontend/src/lib/components/landing-page/LandingContent.svelte
index 42c83db..ea1686c 100644
--- a/frontend/src/lib/components/landing-page/LandingContent.svelte
+++ b/frontend/src/lib/components/landing-page/LandingContent.svelte
@@ -327,6 +327,42 @@
+
+