diff --git a/docs/release-notes.md b/docs/release-notes.md index 0fe8bffbf1..029ae92cd3 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.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) + #### 0.3.99 - 2020-02-05 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.98...v0.3.99) by [Rob Block](https://github.com/lightningrob) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.99-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.99) - Azure blob layout strategy [(#1371)](https://github.com/linkedin/ambry/pull/1371) diff --git a/version.properties b/version.properties index d08cda0567..1d3b50c71b 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.100 -previousVersion=0.3.99 +version=0.3.101 +previousVersion=0.3.100