diff --git a/docs/release-notes.md b/docs/release-notes.md index 029ae92cd3..7f6b919ad8 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.101 + - 2020-02-07 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.100...v0.3.101) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.101-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.101) + - Add additional log to track unsatisfied requests [(#1372)](https://github.com/linkedin/ambry/pull/1372) + #### 0.3.100 - 2020-02-07 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.99...v0.3.100) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.100-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.100) - Implement replica Offline-To-Dropped transition on server side [(#1347)](https://github.com/linkedin/ambry/pull/1347) diff --git a/version.properties b/version.properties index 1d3b50c71b..a021a0aced 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.101 -previousVersion=0.3.100 +version=0.3.102 +previousVersion=0.3.101