diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aedbff..d6d2990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/Net-Mist/tell-me-the-odds/compare/v1.0.0...v1.0.1) (2024-01-20) + + +### Performance Improvements + +* improve `compute_probability_of_success` algorithm ([abec26f](https://github.com/Net-Mist/tell-me-the-odds/commit/abec26f759e776bce426c59ba6ddb793713968e0)) + ## [1.0.0](https://github.com/Net-Mist/tell-me-the-odds/compare/v0.2.1...v1.0.0) (2024-01-12) diff --git a/Cargo.lock b/Cargo.lock index ffb2be6..79598ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,7 +975,7 @@ checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "millennium_falcon" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index cc20425..c82c509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "millennium_falcon" -version = "1.0.0" +version = "1.0.1" license = "MIT" edition = "2021" default-run = "millennium_falcon"