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.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 33fd2e9..b19a478 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]
+## Unreleased
+
+## v1.0.1 - 2023-08-20
### Added
@@ -15,9 +17,11 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Changed
+- Bump `embedded-hal-async`
+
### Fixed
- Unmask the `rp2040` interrupt
- Use `$crate` and fully qualified paths in macros
-## [v1.0.0] - 2023-05-31
+## v1.0.0 - 2023-05-31