diff --git a/docs/release-notes.md b/docs/release-notes.md index 0f193e8857..614a8e0281 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.78 + - 2020-01-04 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.77...v0.3.78) by [Yingyi Zhang](https://github.com/jsjtzyy) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.78-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.78) + - Allow HelixClusterManager to adopt different implementations of ClusterChangeHandler [(#1344)](https://github.com/linkedin/ambry/pull/1344) + #### 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) diff --git a/version.properties b/version.properties index 61b04e4e61..6b1f3e0ec2 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.78 -previousVersion=0.3.77 +version=0.3.79 +previousVersion=0.3.78