diff --git a/CHANGELOG.md b/CHANGELOG.md index 731935a6..27707b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [2.3.0] - 2023-05-13 + +### Added + +- 适配最新的议题模板 + +### Changed + +- 自动合并时同时输出拉取请求的 ID + ## [2.2.0] - 2023-04-10 ### Added @@ -184,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.2.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 56d2447c..1d38ebbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.2.0" +version = "2.3.0" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"