diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2047ce9d2..a24df4f4d 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "2.0.0-preview.30"
+ ".": "2.0.0-preview.31"
}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4da9a6439..07531b491 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [2.0.0-preview.31](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.30...v2.0.0-preview.31) (2025-07-02)
+
+
+### Bug Fixes
+
+* bumps openapi.net.odata to fix two critical bugs in hidi ([00c3018](https://github.com/microsoft/OpenAPI.NET/commit/00c30181214b35f4817be0cbd3827d765efd04d9))
+* bumps openapi.net.odata to fix two critical bugs in hidi ([cf41355](https://github.com/microsoft/OpenAPI.NET/commit/cf41355aac3326c1cb9337078de989179f1b3b67))
+
## [2.0.0-preview.30](https://github.com/microsoft/OpenAPI.NET/compare/v2.0.0-preview.29...v2.0.0-preview.30) (2025-07-02)
diff --git a/Directory.Build.props b/Directory.Build.props
index b3f6faca3..4f6c5d965 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.30
+ 2.0.0-preview.31
diff --git a/README.md b/README.md
index cc550cdcf..fc1c5d417 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,10 @@ Project Objectives:
> Note: version 2 of this library, which brings support for OpenAPI 3.1, is currently in preview. Due to early versioning issues with the preview, and package renaming, the installation must be done with a specific version number to get the latest version:
> ```bash
> # x-release-please-start-version
-> dotnet add package Microsoft.OpenAPI --version 2.0.0-preview.30
+> dotnet add package Microsoft.OpenAPI --version 2.0.0-preview.31
> # x-release-please-end
> # x-release-please-start-version
-> dotnet add package Microsoft.OpenAPI.YamlReader --version 2.0.0-preview.30
+> dotnet add package Microsoft.OpenAPI.YamlReader --version 2.0.0-preview.31
> # x-release-please-end
> ```
> Until this new version is generally available, dependabot will periodically create pull requests which **downgrade** to preview 9, they should be ignored.