diff --git a/Cargo.lock b/Cargo.lock
index c739088..fa2134e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -661,7 +661,7 @@ dependencies = [
[[package]]
name = "narrow-derive"
-version = "0.6.5"
+version = "0.6.6"
dependencies = [
"macrotest",
"once_cell",
diff --git a/narrow-derive/CHANGELOG.md b/narrow-derive/CHANGELOG.md
index fac6a88..43e400b 100644
--- a/narrow-derive/CHANGELOG.md
+++ b/narrow-derive/CHANGELOG.md
@@ -1,7 +1,33 @@
+## v0.6.6 (2024-07-10)
+
+### Chore
+
+ - bump syn from 2.0.58 to 2.0.70
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#210](https://github.com/mbrobbel/narrow/issues/210)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#210](https://github.com/mbrobbel/narrow/issues/210)**
+ - Bump syn from 2.0.58 to 2.0.70 ([`50e9eaf`](https://github.com/mbrobbel/narrow/commit/50e9eafdc240f5f20b2c43c839409b52c09dc007))
+
+
## v0.6.5 (2024-07-09)
+
+
### Chore
- bump macrotest from 1.0.9 to 1.0.13
@@ -10,7 +36,7 @@
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#208](https://github.com/mbrobbel/narrow/issues/208)
@@ -22,6 +48,8 @@
* **[#208](https://github.com/mbrobbel/narrow/issues/208)**
- Bump macrotest from 1.0.9 to 1.0.13 ([`3d3dd19`](https://github.com/mbrobbel/narrow/commit/3d3dd199adc570dc2bb70aecb82293bc379088ee))
+ * **Uncategorized**
+ - Release narrow-derive v0.6.5 ([`94fb836`](https://github.com/mbrobbel/narrow/commit/94fb83671d97e84160e87957f765505fee53a9c8))
## v0.6.4 (2024-07-09)
diff --git a/narrow-derive/Cargo.toml b/narrow-derive/Cargo.toml
index f4dfa69..a99978c 100644
--- a/narrow-derive/Cargo.toml
+++ b/narrow-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "narrow-derive"
-version = "0.6.5"
+version = "0.6.6"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true