diff --git a/docs/release-notes.md b/docs/release-notes.md index b5c429ee4b..68b6d5541f 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.107 + - 2020-02-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.106...v0.3.107) by [Justin Lin](https://github.com/justinlin-linkedin) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.107-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.107) + - Add handleUndeleteRequest method to AmbryRequests [(#1379)](https://github.com/linkedin/ambry/pull/1379) + #### 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) diff --git a/version.properties b/version.properties index 7aa6d60af5..e7a958d3fa 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.107 -previousVersion=0.3.106 +version=0.3.108 +previousVersion=0.3.107