diff --git a/docs/release-notes.md b/docs/release-notes.md index 7f5653b224..0bfa924c32 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.29 + - 2019-10-08 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.28...v0.3.29) by [Ankur Agrawal](https://github.com/ankagrawal) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.29-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.29) + - Vcrrequest init error fix [(#1275)](https://github.com/linkedin/ambry/pull/1275) + #### 0.3.28 - 2019-10-05 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.27...v0.3.28) by [Ze Mao](https://github.com/zzmao) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.28-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.28) - Fix TransmissionSendAllTime and TransmissionReceiveAllTime names error. [(#1274)](https://github.com/linkedin/ambry/pull/1274) diff --git a/version.properties b/version.properties index 5905acae56..ed905c0f84 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.29 -previousVersion=0.3.28 +version=0.3.30 +previousVersion=0.3.29