diff --git a/docs/release-notes.md b/docs/release-notes.md index e3589e85a8..b5c429ee4b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.3.106 + - 2020-02-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.105...v0.3.106) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.106-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.106) + - Make registerClusterMapListener no-op in static cluster manager [(#1385)](https://github.com/linkedin/ambry/pull/1385) + #### 0.3.105 - 2020-02-14 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.104...v0.3.105) by [Casey Getz](https://github.com/cgtz) (1), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.105-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.105) - Fix default value for maxCachedBufferCapacity in NettyByteBufLeakHelper [(#1381)](https://github.com/linkedin/ambry/pull/1381) diff --git a/version.properties b/version.properties index 976625a95f..7aa6d60af5 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ #Version of the produced binaries. This file is intended to be checked-in. #It will be automatically bumped by release automation. -version=0.3.106 -previousVersion=0.3.105 +version=0.3.107 +previousVersion=0.3.106