diff --git a/CHANGELOG.md b/CHANGELOG.md index c38dc99c..e79f2a7a 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.0.7] - 2023-09-08 + ### Fixed - 修复验证出错时无法更新插件版本信息的问题 @@ -358,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.6...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.7...HEAD +[3.0.7]: https://github.com/nonebot/noneflow/compare/v3.0.6...v3.0.7 [3.0.6]: https://github.com/nonebot/noneflow/compare/v3.0.5...v3.0.6 [3.0.5]: https://github.com/nonebot/noneflow/compare/v3.0.4...v3.0.5 [3.0.4]: https://github.com/nonebot/noneflow/compare/v3.0.3...v3.0.4 diff --git a/pyproject.toml b/pyproject.toml index cd4f1915..75f59036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.6" +version = "3.0.7" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"