diff options
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | rtic-time/CHANGELOG.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 14d239d..c88b767 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -5,7 +5,9 @@ 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 ### Changed 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. |
