diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e5225a10a..64d9ced31 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.0.0-preview.28"
+ ".": "2.0.0-preview.29"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4780f3dbc..a386ea6f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.0.0-preview.29](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.28...v2.0.0-preview.29) (2025-06-18)
+
+
+### Bug Fixes
+
+* avoid stack overflow on cyclical references ([06cc025](https://github.com/microsoft/OpenAPI.NET/commit/06cc025dca43d24955bcd205facefa4347d3f0c7))
+
## [2.0.0-preview.28](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.27...v2.0.0-preview.28) (2025-06-16)
diff --git a/Directory.Build.props b/Directory.Build.props
index a31f3a826..7cae41f35 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -12,7 +12,7 @@
https://github.com/Microsoft/OpenAPI.NET
© Microsoft Corporation. All rights reserved.
OpenAPI .NET
- 2.0.0-preview.28
+ 2.0.0-preview.29