diff --git a/docs/release-notes.md b/docs/release-notes.md index 64f4a29db7..5ca7fe50e0 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.91 + - 2020-01-24 - [2 commits](https://github.com/linkedin/ambry/compare/v0.3.90...v0.3.91) 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.91-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.91) + - Disable FQDN verification in some test cases [(#1364)](https://github.com/linkedin/ambry/pull/1364) + - Make writable partition selection account for partitions with more than 3 replicas [(#1349)](https://github.com/linkedin/ambry/pull/1349) + #### 0.3.90 - 2020-01-22 - [1 commit](https://github.com/linkedin/ambry/compare/v0.3.89...v0.3.90) by [Jasper Siepkes](https://github.com/siepkes) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.90-green.svg)](https://bintray.com/linkedin/maven/ambry/0.3.90) - Added JSON file account service [(#1007)](https://github.com/linkedin/ambry/pull/1007) diff --git a/version.properties b/version.properties index ee0e37a74e..7fc48c7bb2 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.91 -previousVersion=0.3.90 +version=0.3.92 +previousVersion=0.3.91