diff --git a/.github/workflows/campus-table-cicd.yml b/.github/workflows/campus-table-cicd.yml
index 5148407..1ed03b3 100644
--- a/.github/workflows/campus-table-cicd.yml
+++ b/.github/workflows/campus-table-cicd.yml
@@ -110,7 +110,7 @@ jobs:
echo "새로운 컨테이너 $CONTAINER_NAME 실행 중..."
echo $PW | sudo -S docker run -d -p ${PORT}:3000 --name $CONTAINER_NAME \
- --restart unless-stopped
+ --restart unless-stopped \
--env-file .env.production \
${IMAGE}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54db642..14b4c75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,11 @@ This file is automatically generated and maintained by the centralized workflow
# Chuseok22 Version Changelog
+## [0.4.0] - 2026-01-02
+
+✨ **minor**: 학생회관 메뉴 페이지 장바구니 추가 기능 개발
+- commit: `5528bb7`
+
## [0.3.2] - 2025-12-17
🐛 **patch**: 학생회관 메뉴 이미지 API 연결 및 next.js 이미지 최적화
diff --git a/package-lock.json b/package-lock.json
index 4c3be39..530f9c2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "campus-table-fe",
- "version": "0.3.2",
+ "version": "0.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "campus-table-fe",
- "version": "0.3.2",
+ "version": "0.4.0",
"dependencies": {
"@tanstack/react-query": "^5.90.14",
"ioredis": "^5.8.2",
diff --git a/package.json b/package.json
index 08d82be..0ac2eae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "campus-table-fe",
- "version": "0.3.2",
+ "version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
diff --git a/src/constants/version.ts b/src/constants/version.ts
index fc65e73..e517b5e 100644
--- a/src/constants/version.ts
+++ b/src/constants/version.ts
@@ -1 +1 @@
-export const APP_VERSION: string = '0.3.2';
+export const APP_VERSION: string = '0.4.0';
diff --git a/src/shared/components/navigation/BottomNavigation.tsx b/src/shared/components/navigation/BottomNavigation.tsx
index e2ba1ae..c985836 100644
--- a/src/shared/components/navigation/BottomNavigation.tsx
+++ b/src/shared/components/navigation/BottomNavigation.tsx
@@ -94,6 +94,7 @@ export default function BottomNavigation() {
key={item.key}
href={item.href}
className={styles.item}
+ replace
>