From 0a007e9b94a0839d92305272c7aad2f586d99759 Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Sat, 15 Feb 2020 20:01:28 +0000 Subject: [PATCH] 0.3.109 release (previous 0.3.108) + release notes updated [ci skip] --- docs/release-notes.md | 5 +++++ version.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 257496d828..85a62d7d7f 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.109 + - 2020-02-15 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.108...v0.3.109) by [Casey Getz](https://github.com/cgtz) (1), [Yingyi Zhang](https://github.com/jsjtzyy) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.109-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.109) + - Fix some quickstart issues [(#1388)](https://github.com/linkedin/ambry/pull/1388) + - Minor changes to support recovering from replica addition failure [(#1382)](https://github.com/linkedin/ambry/pull/1382) + #### 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) diff --git a/version.properties b/version.properties index b98086fc07..1d9b08b151 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.109 -previousVersion=0.3.108 +version=0.3.110 +previousVersion=0.3.109