diff --git a/docs/release-notes.md b/docs/release-notes.md index c5e9aba..8f35dc1 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.3 + - 2020-05-27 - [2 commits](https://github.com/linkedin/isolation-forest/compare/v0.3.2...v0.3.3) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.3-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.3.3) + - Added Scala version selection via build parameter. [(#16)](https://github.com/linkedin/isolation-forest/pull/16) + - Updated readme file [(#13)](https://github.com/linkedin/isolation-forest/pull/13) + #### 0.3.2 - 2020-01-30 - [3 commits](https://github.com/linkedin/isolation-forest/compare/v0.3.1...v0.3.2) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.2-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.3.2) - Upgraded shipkit to 2.3.0. Added team.developers and description to s… [(#9)](https://github.com/linkedin/isolation-forest/pull/9) diff --git a/version.properties b/version.properties index b3ae88c..368e149 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.3 -previousVersion=0.3.2 +version=0.3.4 +previousVersion=0.3.3