diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index ca3f730c7..6f360c576 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.7.5"
+ ".": "2.7.6"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b22097196..04a4cd5c0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.7.6](https://github.com/microsoft/OpenAPI.NET/compare/v2.7.5...v2.7.6) (2026-05-26)
+
+
+### Bug Fixes
+
+* **reader:** preserve nullable Null flag when type appears after nullable in V3.1/V3.2 deserializers ([288e95a](https://github.com/microsoft/OpenAPI.NET/commit/288e95aa743cb98dc69b44577ae78956f3f1c7c4))
+
## [2.7.5](https://github.com/microsoft/OpenAPI.NET/compare/v2.7.4...v2.7.5) (2026-05-26)
diff --git a/Directory.Build.props b/Directory.Build.props
index f06b5bb92..72c92bace 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.7.5
+ 2.7.6