diff --git a/docs/changelog.md b/docs/changelog.md
index e578db8..4522046 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,3 +1,20 @@
+
+# [1.13.0](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.13.0) - 2025-11-06
+
+## What's Changed
+* Add the ty for type checking by [@wu-clan](https://github.com/wu-clan) in [#70](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/70)
+* Update changelog for 1.12.1 by [@wu-clan](https://github.com/wu-clan) in [#69](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/69)
+* Add logical relationship tests and docs by [@wu-clan](https://github.com/wu-clan) in [#71](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/71)
+* Add support for returning join table results by [@wu-clan](https://github.com/wu-clan) in [#72](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/72)
+* Prepare for 1.13.0 release by [@wu-clan](https://github.com/wu-clan) in [#73](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/73)
+* Fix the docs ci and update uv source by [@wu-clan](https://github.com/wu-clan) in [#74](https://github.com/fastapi-practices/sqlalchemy-crud-plus/pull/74)
+
+
+**Full Changelog**: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
+
+[Changes][1.13.0]
+
+
# [1.12.1](https://github.com/fastapi-practices/sqlalchemy-crud-plus/releases/tag/1.12.1) - 2025-10-11
@@ -220,6 +237,7 @@ CRUD methods have been refactored, check out the documentation for new usage!
[Changes][0.0.4]
+[1.13.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.1...1.13.0
[1.12.1]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.12.0...1.12.1
[1.12.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/1.11.0...1.12.0
[1.11.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/v1.10.0...1.11.0
@@ -236,4 +254,4 @@ CRUD methods have been refactored, check out the documentation for new usage!
[1.0.0]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/compare/0.0.4...1.0.0
[0.0.4]: https://github.com/fastapi-practices/sqlalchemy-crud-plus/tree/0.0.4
-
+