diff --git a/CHANGELOG.md b/CHANGELOG.md index c7ef880..7cc6779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] -- 2024-07-16 + ### Added * Added a `advance_one_reaction` to the API, that allows calling the Python API diff --git a/Cargo.toml b/Cargo.toml index 6b01c98..3cb33af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rebop" -version = "0.7.0" +version = "0.8.0" authors = ["Virgile Andreani "] edition = "2021" license = "MIT"