From 71cba50510edc725d60465cfc3773da06443f529 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 5 Aug 2016 10:54:38 +0800 Subject: [PATCH] updata changelog --- CHANGELOG.md | 15 +++++++++++++++ README.md | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff021f7c..b9cfc0b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [0.2.0](https://github.com/weibocom/motan/tree/0.2.0) (2016-08-05) +[Full Changelog](https://github.com/weibocom/motan/compare/0.1.2...0.2.0) + +**Implemented enhancements:** + +- support yar protocol [\#160](https://github.com/weibocom/motan/pull/160) ([Ray](https://github.com/rayzhang0603)) + +**Fixed bugs:** + +- fix bug of LocalFirstLoadBalance referer select [\#155](https://github.com/weibocom/motan/issues/155) + +**Merged pull requests:** + +- add annotation for spring [\#101](https://github.com/weibocom/motan/pull/101) ([feilaoda](https://github.com/feilaoda)) + ## [0.1.2](https://github.com/weibocom/motan/tree/0.1.2) (2016-06-27) [Full Changelog](https://github.com/weibocom/motan/compare/0.1.1...0.1.2) diff --git a/README.md b/README.md index 5a5547948..9c1fb50e8 100644 --- a/README.md +++ b/README.md @@ -26,19 +26,19 @@ The quick start gives very basic example of running client and server on the sam com.weibo motan-core - 0.1.2 + 0.2.0 com.weibo motan-transport-netty - 0.1.2 + 0.2.0 com.weibo motan-springsupport - 0.1.2 + 0.2.0 org.springframework