diff --git a/CHANGES.md b/CHANGES.md index 9ad2891..76c7014 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,8 +8,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## extended-isolation-forest Unreleased -### Added +## extended-isolation-forest 0.2.1 - 2022-08-02 +### Changed +* Preventing panic during sampling random values when upper and lower bound are equal. +### Added * Acceleration example ## extended-isolation-forest 0.2.0 - 2021-05-12 diff --git a/Cargo.toml b/Cargo.toml index 3de845a..5999956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extended-isolation-forest" -version = "0.2.0" +version = "0.2.1" description = "rust port of the anomaly detection algorithm" authors = ["Nico Mandery "] edition = "2021"