diff --git a/docs/release-notes.md b/docs/release-notes.md index 156984a936..75aa2f203d 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.62 + - 2019-11-22 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.61...v0.3.62) by [Justin Lin](https://github.com/justinlin-linkedin) (1), [Rob Block](https://github.com/lightningrob) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.62-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.62) + - AzureBlobDataAccessor class using Azure v12 lib [(#1318)](https://github.com/linkedin/ambry/pull/1318) + - Add a NettyByteBufLeakHelper to help test ByteBuf leaking [(#1311)](https://github.com/linkedin/ambry/pull/1311) + #### 0.3.61 - 2019-11-21 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.60...v0.3.61) by [Justin Lin](https://github.com/justinlin-linkedin) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.61-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.61) - Simplify PutRequest by removing ReceivedPutRequest [(#1317)](https://github.com/linkedin/ambry/pull/1317) diff --git a/version.properties b/version.properties index 9f2e54d770..846fefb1dd 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.62 -previousVersion=0.3.61 +version=0.3.63 +previousVersion=0.3.62