diff --git a/docs/release-notes.md b/docs/release-notes.md index 8f41bac..77dc787 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.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) + #### 0.2.2 - 2019-08-13 - [3 commits](https://github.com/linkedin/isolation-forest/compare/v0.2.1...v0.2.2) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.2.2-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.2.2) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index 4e639ba..e948d7f 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.0 -previousVersion=0.2.2 +version=0.3.1 +previousVersion=0.3.0