diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a877df..e85c4b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## Unreleased
+## [v1.0.5](https://github.com/Stillat/dagger/compare/v1.0.4...v1.0.5) - 2025-01-27
- `@aware` variables are automatically removed from the attribute bag, without needing to redefine them in `@props`
- Adds support for passing attributes via. the `` attribute
@@ -10,6 +10,7 @@
- Adds support for compiling component attributes of the form ``
- Multi-word prop values will be available on nested components when passing `$attributes` to a child component
- Internal component model instances will be cached during compilation, improving performance for heavily re-used components
+- Improves compatibility with [Volt](https://livewire.laravel.com/docs/volt)
## [v1.0.4](https://github.com/Stillat/dagger/compare/v1.0.3...v1.0.4) - 2025-01-21