diff --git a/README.md b/README.md
index 9ae74289..397a8efb 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,23 @@
OpenHGNN是一个基于 [DGL [Deep Graph Library]](https://github.com/dmlc/dgl) 和 [PyTorch](https://pytorch.org/) 的开源异质图神经网络工具包,集成了异质图神经网络的前沿模型。
## 新闻
+
+
+
+
+2023-01-13 开源0.4版本
+
+
+
+我们开源了0.4版本。
+
+- 新增模型
+- 提供构建应用的流程
+- 更多支持采样训练的模型
+- 更新千万节点规模图的评测
+
+
+
2022-08-02 论文接收
diff --git a/README_EN.md b/README_EN.md
index 174aa04d..4609709e 100644
--- a/README_EN.md
+++ b/README_EN.md
@@ -13,6 +13,22 @@ on [DGL [Deep Graph Library]](https://github.com/dmlc/dgl) and [PyTorch](https:/
of heterogeneous graph.
## News
+
+
+
+2023-01-13 release v0.4
+
+
+
+We release the latest version v0.4.
+
+- New models
+- Provide pipelines for applications
+- More models supporting mini-batch training
+- Benchmark for million-scale graphs
+
+
+
2022-08-02 paper accepted