From ffbccf8bae4f6a796c4541d491f3e6a74863e645 Mon Sep 17 00:00:00 2001 From: alexstocks Date: Sun, 1 Mar 2020 17:40:58 +0800 Subject: [PATCH] Mod: readme --- CHANGE.md | 1 + README.md | 6 ++++-- README_CN.md | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 6349739cfc..c560d0d062 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -31,6 +31,7 @@ - [Url encode zkpath](https://github.com/apache/dubbo-go/pull/283) - [Fix jsonrpc about HTTP/1.1](https://github.com/apache/dubbo-go/pull/327) - [Fix zk bug](https://github.com/apache/dubbo-go/pull/346) +- [HessianCodec failed to check package header length](https://github.com/apache/dubbo-go/pull/381) ## 1.2.0 diff --git a/README.md b/README.md index b256842d2f..272079ffc7 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ Apache License, Version 2.0 ## Release note ## -[v1.0.0 - May 29, 2019 compatible with dubbo v2.6.5](https://github.com/apache/dubbo-go/releases/tag/v1.0.0) +[v1.3.0 - Mar 1, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.3.0) + +[v1.2.0 - Nov 15, 2019](https://github.com/apache/dubbo-go/releases/tag/v1.2.0) [v1.1.0 - Sep 7, 2019 the first release after transferred to apache](https://github.com/apache/dubbo-go/releases/tag/v1.1.0) -[v1.2.0 - Nov 15, 2019](https://github.com/apache/dubbo-go/releases/tag/v1.2.0) +[v1.0.0 - May 29, 2019 compatible with dubbo v2.6.5](https://github.com/apache/dubbo-go/releases/tag/v1.0.0) ## Project Architecture ## diff --git a/README_CN.md b/README_CN.md index 948aed6d71..f3a58377d0 100644 --- a/README_CN.md +++ b/README_CN.md @@ -12,11 +12,13 @@ Apache License, Version 2.0 ## 发布日志 ## -[v1.0.0 - 2019年5月29日 兼容dubbo v2.6.5 版本](https://github.com/apache/dubbo-go/releases/tag/v1.0.0) +[v1.3.0 - 2020年3月1日](https://github.com/apache/dubbo-go/releases/tag/v1.3.0) + +[v1.2.0 - 2019年11月15日](https://github.com/apache/dubbo-go/releases/tag/v1.2.0) [v1.1.0 - 2019年9月7日 捐献给Apache之后的第一次release](https://github.com/apache/dubbo-go/releases/tag/v1.1.0) -[v1.2.0 - 2019年11月15日](https://github.com/apache/dubbo-go/releases/tag/v1.2.0) +[v1.0.0 - 2019年5月29日 兼容dubbo v2.6.5 版本](https://github.com/apache/dubbo-go/releases/tag/v1.0.0) ## 工程架构 ##