diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f0ec1a..cd76c01 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
+## v0.8.2 (2024-08-16)
+
+### New Features
+
+ - add `map` feature with logical array support for `HashMap`
+
+### Commit Statistics
+
+
+
+ - 1 commit contributed to the release.
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
+ - 1 unique issue was worked on: [#223](https://github.com/mbrobbel/narrow/issues/223)
+
+### Commit Details
+
+
+
+view details
+
+ * **[#223](https://github.com/mbrobbel/narrow/issues/223)**
+ - Add `map` feature with logical array support for `HashMap` ([`2f937bb`](https://github.com/mbrobbel/narrow/commit/2f937bb44fa76861f0781e340af0eee1b4306f3f))
+
+
## v0.8.1 (2024-08-15)
### New Features
diff --git a/Cargo.lock b/Cargo.lock
index 8cee69f..7f4b8ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -644,7 +644,7 @@ checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
[[package]]
name = "narrow"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"arrow-array",
"arrow-buffer",
diff --git a/Cargo.toml b/Cargo.toml
index ef52cea..24630c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ members = ["narrow-derive"]
[package]
name = "narrow"
-version = "0.8.1"
+version = "0.8.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true