diff --git a/CHANGELOG.md b/CHANGELOG.md index f49fa24f..731935a6 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] +## [2.2.0] - 2023-04-10 + ### Added - 跳过机器人的评论 @@ -182,7 +184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.1.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0 [1.2.1]: https://github.com/nonebot/noneflow/compare/v1.2.0...v1.2.1 diff --git a/pyproject.toml b/pyproject.toml index 01fa5981..56d2447c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.1.0" +version = "2.2.0" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"