From 3f354486f9b9bb0c81becab74f4a3fa0b0f3efae Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Tue, 11 Feb 2020 00:07:46 +0000 Subject: [PATCH] 0.3.104 release (previous 0.3.103) + 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 1c0f891380..02dc838b5b 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.104 + - 2020-02-11 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.103...v0.3.104) by [Ze Mao](https://github.com/zzmao) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.104-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.104) + - Add Netty Based HTTP2 implementation for storage server. [(#1352)](https://github.com/linkedin/ambry/pull/1352) + #### 0.3.103 - 2020-02-10 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.102...v0.3.103) by [Justin Lin](https://github.com/justinlin-linkedin) (1), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.103-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.103) - Add undelete method to BlobStore [(#1373)](https://github.com/linkedin/ambry/pull/1373) diff --git a/version.properties b/version.properties index 874a670bde..9654ef26b9 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.104 -previousVersion=0.3.103 +version=0.3.105 +previousVersion=0.3.104