From 014ac80f6b82430b9e159bf81e9a90d5523df02a Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Thu, 21 Nov 2019 22:35:09 +0000 Subject: [PATCH] 0.3.61 release (previous 0.3.60) + release notes updated [ci skip] --- docs/release-notes.md | 4 ++++ version.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 056dd9db43..156984a936 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.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) + #### 0.3.60 - 2019-11-21 - [3 commits](https://github.com/linkedin/ambry/compare/v0.3.59...v0.3.60) by [Justin Lin](https://github.com/justinlin-linkedin) (2), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.60-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.60) - Fix an index bug in chunkIndexToResponseInfo [(#1316)](https://github.com/linkedin/ambry/pull/1316) diff --git a/version.properties b/version.properties index 30e3aa5e88..9f2e54d770 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.61 -previousVersion=0.3.60 +version=0.3.62 +previousVersion=0.3.61