diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6e04465..9d20487f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [0.10.1](https://github.com/mylonics/struct-frame/releases/tag/0.10.1) - 2026-06-26
+
+[Compare with v0.10.0](https://github.com/mylonics/struct-frame/compare/v0.10.0...0.10.1)
+
## [v0.10.0](https://github.com/mylonics/struct-frame/releases/tag/v0.10.0) - 2026-06-20
[Compare with v0.9.9](https://github.com/mylonics/struct-frame/compare/v0.9.9...v0.10.0)
diff --git a/pyproject.toml b/pyproject.toml
index 4736ba3d..eac4b2fa 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "struct-frame"
-version = "0.10.0"
+version = "0.10.1"
authors = [
{ name="Rijesh Augustine", email="rijesh@mylonics.com" },
]