diff options
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 2 | ||||
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 105f577..9bbdc6c 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 369de91..4828f04 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 = [ |
