Skip to content

Commit

Permalink
updata changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhang0603 committed Aug 5, 2016
1 parent 18e5120 commit 71cba50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ The quick start gives very basic example of running client and server on the sam
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-core</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-transport-netty</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>

<!-- dependencies blow were only needed for spring-based features -->
<dependency>
<groupId>com.weibo</groupId>
<artifactId>motan-springsupport</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 71cba50

Please sign in to comment.