From b0f017275e3124059ae215f7b2c235e9ced44bb1 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Fri, 14 Feb 2020 23:04:33 +0000 Subject: [PATCH] 0.3.108 release (previous 0.3.107) + 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 68b6d5541f..257496d828 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.108 + - 2020-02-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.107...v0.3.108) by [Justin Lin](https://github.com/justinlin-linkedin) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.108-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.108) + - Default to use netty bytebuf in network layer and remove getAndRelease method [(#1375)](https://github.com/linkedin/ambry/pull/1375) + #### 0.3.107 - 2020-02-14 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.106...v0.3.107) by [Justin Lin](https://github.com/justinlin-linkedin) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.107-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.107) - Add handleUndeleteRequest method to AmbryRequests [(#1379)](https://github.com/linkedin/ambry/pull/1379) diff --git a/version.properties b/version.properties index e7a958d3fa..b98086fc07 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.108 -previousVersion=0.3.107 +version=0.3.109 +previousVersion=0.3.108