diff --git a/docs/release-notes.md b/docs/release-notes.md index 0d36fb11c3..0f193e8857 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.77 + - 2019-12-20 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.76...v0.3.77) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.77-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.77) + - Fix potential empty routing table snapshot during HelixClusterManager initialization [(#1341)](https://github.com/linkedin/ambry/pull/1341) + #### 0.3.76 - 2019-12-20 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.75...v0.3.76) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.76-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.76) - Introduce ReplicaSyncUpService to help Bootstrap-To-Standby transition [(#1334)](https://github.com/linkedin/ambry/pull/1334) diff --git a/version.properties b/version.properties index fbcb745350..61b04e4e61 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.77 -previousVersion=0.3.76 +version=0.3.78 +previousVersion=0.3.77