diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 14d239d4e4..c88b767242 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 197c426328..22772d1651 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.