diff --git a/docs/changelog.md b/docs/changelog.md
index 3a007fc..4177624 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -6,6 +6,16 @@ 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).
+## Unreleased
+
+[Compare with latest](https://github.com/seandstewart/python-typelib/compare/v0.1.5...HEAD)
+
+### Bug Fixes
+
+- Unwrap `TypeAliasType` for all nested types in a type graph ([c837838](https://github.com/seandstewart/python-typelib/commit/c837838a8e78c830f262af783794788bd7e8b103) by Sean Stewart).
+
+
+
## [v0.1.5](https://github.com/seandstewart/python-typelib/releases/tag/v0.1.5) - 2024-10-30
[Compare with v0.1.4](https://github.com/seandstewart/python-typelib/compare/v0.1.4...v0.1.5)