diff options
Diffstat (limited to 'rtic-time/CHANGELOG.md')
| -rw-r--r-- | rtic-time/CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rtic-time/CHANGELOG.md b/rtic-time/CHANGELOG.md index 197c426..22772d1 100644 --- a/rtic-time/CHANGELOG.md +++ b/rtic-time/CHANGELOG.md @@ -5,12 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). For each category, *Added*, *Changed*, *Fixed* add new entries at the top! -## Unreleased - v2.0.0 +## Unreleased +## v2.0.0 - 2024-05-29 ### Added ### Changed + - Full rewrite of the `Monotonic` API. - Now split into multiple traits: - `Monotonic` - A user-facing trait that defines what the functionality of a monotonic is. |
