From 9d0df96f741e058c62934b7417355a73fbe31aaa Mon Sep 17 00:00:00 2001 From: shipkit-org Date: Thu, 23 Jan 2020 23:33:55 +0000 Subject: [PATCH] 0.3.1 release (previous 0.3.0) + 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 77dc787..dcf75f9 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.1 + - 2020-01-23 - [2 commits](https://github.com/linkedin/isolation-forest/compare/v0.3.0...v0.3.1) by [James Verbus](https://github.com/jverbus) (1), [Markus Cozowicz](https://github.com/eisber) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.1-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.3.1) + - Modified CI build to publish a jar for both Spark 2.3.0 and 2.4.3. [(#8)](https://github.com/linkedin/isolation-forest/pull/8) + - added Spark version parameter to build [(#7)](https://github.com/linkedin/isolation-forest/pull/7) + #### 0.3.0 - 2019-10-03 - [6 commits](https://github.com/linkedin/isolation-forest/compare/v0.2.2...v0.3.0) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.0-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.3.0) - Approx quantile bug fix [(#4)](https://github.com/linkedin/isolation-forest/pull/4) diff --git a/version.properties b/version.properties index e948d7f..3a9cddb 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.1 -previousVersion=0.3.0 +version=0.3.2 +previousVersion=0.3.1