Skip to content

Commit

Permalink
1.0.1 release (previous 1.0.0) + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Dec 26, 2020
1 parent 62265d8 commit 867f291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 1.0.1
- 2020-12-26 - [3 commits](https://github.com/linkedin/isolation-forest/compare/v1.0.0...v1.0.1) by [James Verbus](https://github.com/jverbus) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.1-green.svg)](https://bintray.com/linkedin/maven/isolation-forest/1.0.1)
- [ci skip-compare-publications] Updated readme to include info re arti… [(#24)](https://github.com/linkedin/isolation-forest/pull/24)
- Added build for Spark version 3.0.0 with Scala 2.12.11. [(#23)](https://github.com/linkedin/isolation-forest/pull/23)

#### 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.
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -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.1
previousVersion=1.0.0
version=1.0.2
previousVersion=1.0.1

0 comments on commit 867f291

Please sign in to comment.