diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 105f577e82..9bbdc6c4c6 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -7,6 +7,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ## Unreleased +## v2.0.2 - 2024-07-05 + ### Fixed - Fix `stm32` monotonic for timer peripherals with only two clock compare modules diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 369de915b1..4828f0443b 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-monotonics" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = [