diff --git a/docs/release-notes.md b/docs/release-notes.md index ac17d76652..c3d88448f9 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.84 + - 2020-01-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.83...v0.3.84) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.84-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.84) + - Implement replica Standby-To-Inactive transition on server side [(#1345)](https://github.com/linkedin/ambry/pull/1345) + #### 0.3.83 - 2020-01-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.82...v0.3.83) by [Ze Mao](https://github.com/zzmao) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.83-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.83) - Refactor AsyncRequestResponseHandlerFactory [(#1356)](https://github.com/linkedin/ambry/pull/1356) diff --git a/version.properties b/version.properties index f403b65247..becef1ec27 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.84 -previousVersion=0.3.83 +version=0.3.85 +previousVersion=0.3.84