From 4b20b5c5f27546164c22a70ea5af84ec01f9cf81 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 5 Jul 2026 17:00:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20CHANGELOG=20-=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=93=9D=E7=BB=BF=E9=83=A8=E7=BD=B2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d077857..23987c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/), 本项目遵循 [语义化版本](https://semver.org/lang/zh-CN/)。 -## [未发布] - 2026-07-04 +## [未发布] - 2026-07-05 + +### 🐛 缺陷修复 (Bug Fixes) + +### 🚀 功能增强 (Features) +- 蓝绿部署支持:新增 docker-compose-green.yml、switch-blue-green.sh、nginx-green-upstream.conf +- Green 环境端口:后端 5002,Nginx 5080/5443 ### 🐛 缺陷修复 (Bug Fixes) - 修复:nginx 容器配置丢失导致页面加载失败