diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2abe2..22bb4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.10] - 2026-02-10 + +- ✨ Implement full support for nested fields in Meta and Entry marshalling +- ✨ Add support for nested fields in log entries and JSON marshalling +- ✨ Ensure an id is included when serializing a log entry +- 📝 Add documentation for nested fields +- 🐛 Fix test assertions for added id field and entry serialization + ## [0.0.9] - 2026-02-01 - ✨ Add Set method to Metas type