diff --git a/docs/release-notes.md b/docs/release-notes.md index 19e2db0..9327e19 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/)* +#### 1.0.0 + - 2020-05-27 - [1 commit](https://github.com/linkedin/isolation-forest/compare/v0.3.6...v1.0.0) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.0-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/1.0.0) + - No pull requests referenced in commit messages. + #### 0.3.6 - 2020-05-27 - [1 commit](https://github.com/linkedin/isolation-forest/compare/v0.3.5...v0.3.6) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.3.6-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/0.3.6) - No pull requests referenced in commit messages. diff --git a/version.properties b/version.properties index 00db038..2fc72ed 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=1.0.0 -previousVersion=0.3.6 +version=1.0.1 +previousVersion=1.0.0