diff --git a/CHANGELOG.md b/CHANGELOG.md
index 685cee4..adb43bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
 - 将“来源”移动到文末
 - 使用组合来构建新的platform,新增状态改变类型订阅
 
-## [0.3.1] - 
+## [0.3.1] - 2021-07-10
 - 修复不发送来源
-
+- 发送RSS订阅的title
+- 修复浏览器渲染问题
diff --git a/README.md b/README.md
index f10f0da..c449fdc 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@
 [![felinae98](https://circleci.com/gh/felinae98/nonebot-hk-reporter.svg?style=shield)](https://circleci.com/gh/felinae98/nonebot-hk-reporter)
 [![qq group](https://img.shields.io/badge/QQ%E7%BE%A4-868610060-orange )](https://qm.qq.com/cgi-bin/qm/qr?k=pXYMGB_e8b6so3QTqgeV6lkKDtEeYE4f&jump_from=webapi)
 
+[文档](https://nonebot-hk-reporter.vercel.app)|[开发文档](https://nonebot-hk-reporter.vercel.app/dev)
 </div>
 
 ## 简介
 一款自动爬取各种站点,社交平台更新动态,并将信息推送到QQ的机器人。基于 [`NoneBot2`](https://github.com/nonebot/nonebot2 ) 开发(诞生于明日方舟的蹲饼活动)
 
-安装配置见[文档](https://nonebot-hk-reporter.vercel.app)
 
 支持的平台:
 * 微博
diff --git a/pyproject.toml b/pyproject.toml
index ae10894..b5b7f31 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "nonebot-hk-reporter"
-version = "0.3.0"
+version = "0.3.1"
 description = "Subscribe message from social medias"
 authors = ["felinae98 <felinae225@qq.com>"]
 license = "MIT"