From 5fd8d46745955835154bd2da1f90e545a22f3822 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sat, 13 Jun 2026 22:32:52 +0800 Subject: [PATCH] chore: release v1.0.36 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d4d1f..b9d6557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.36] - 2026-06-13 + +### 修复 +- 修复数据库初始化时 license_key 索引超长导致启动失败的问题 + ## [1.0.35] - 2026-06-12 ### 改进