aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
-rw-r--r--rtic-monotonics/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 4dea3fc..990da3a 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -11,6 +11,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
- **Soundness fix:** Monotonics did not wait long enough in `Duration` based delays.
+### Changed
+
+- Bump `rtic-time`
+
## v1.3.0 - 2023-11-08
### Added