diff --git a/docs/release-notes.md b/docs/release-notes.md index 05f3836859..1c0f891380 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,10 @@ *Release notes were automatically generated by [Shipkit](http://shipkit.org/)* +#### 0.3.103 + - 2020-02-10 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.102...v0.3.103) by [Justin Lin](https://github.com/justinlin-linkedin) (1), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.103-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.103) + - Add undelete method to BlobStore [(#1373)](https://github.com/linkedin/ambry/pull/1373) + - Introduce clustermap change listener to propagate remote replica addition/removal events [(#1368)](https://github.com/linkedin/ambry/pull/1368) + #### 0.3.102 - 2020-02-07 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.101...v0.3.102) by [Rob Block](https://github.com/lightningrob) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.102-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.102) - Fix double field in CloudBlobMetadata serializer [(#1376)](https://github.com/linkedin/ambry/pull/1376) diff --git a/version.properties b/version.properties index c604a9386f..874a670bde 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.103 -previousVersion=0.3.102 +version=0.3.104 +previousVersion=0.3.103