diff --git a/CHANGELOG.md b/CHANGELOG.md index 609fc64f..91cd8de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [3.2.1] - 2024-01-29 + ### Fixed - 等待 2 分钟后再触发 registry_update diff --git a/pyproject.toml b/pyproject.toml index 80b29dda..fe85f9af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.2.0" +version = "3.2.1" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"