From 0659a7b464c103cbc2d84be7295e90f552eebeef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 21:08:37 +0800 Subject: [PATCH] chore: Bump to 3.0.2 --- CHANGELOG | 10 ++++++++++ VERSION.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 97d0936..1b0f8ab 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +## [3.0.2] - 2025-08-20 + +### Changed + +- 优化机器码生成逻辑 + +### Fixed + +- 修复 redis url 不支持 rediss 协议的问题 + ## [3.0.1] - 2025-08-20 ### Fixed diff --git a/VERSION.txt b/VERSION.txt index 13d683c..d9c62ed 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -3.0.1 \ No newline at end of file +3.0.2 \ No newline at end of file