aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic/CHANGELOG.md b/rtic/CHANGELOG.md
index e6ee9eb..03d0a2c 100644
--- a/rtic/CHANGELOG.md
+++ b/rtic/CHANGELOG.md
@@ -24,6 +24,11 @@ Example:
- Outer attributes applied to RTIC app module are now forwarded to the generated code.
+### Changed
+
+- Updated esp32c3 dependency to v0.30.0
+- Updated esp32c6 dependency to v0.21.0
+
## [v2.2.0] - 2025-06-22
### Added