diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f67815..aa8354c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,10 @@ - 发送RSS订阅的title - 修复浏览器渲染问题 -## [0.3.2] +## [0.3.2] - 2021-09-28 - 增加NoTargetGroup - 增加1x3拼图的支持 - 增加网易云 + +## [0.3.3] - 2021-09-28 +- 修复拼图问题 diff --git a/pyproject.toml b/pyproject.toml index 84216f9..29fed02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-hk-reporter" -version = "0.3.2" +version = "0.3.3" description = "Subscribe message from social medias" authors = ["felinae98 "] license = "MIT"