diff --git a/docs/openj9_support.md b/docs/openj9_support.md
index ae1d46f2f..c977f467d 100644
--- a/docs/openj9_support.md
+++ b/docs/openj9_support.md
@@ -96,7 +96,6 @@ OpenJDK 8 binaries are expected to function on the minimum operating system leve
| macOS® | x64 |
|-------------------------------------------|--------------------------------------------------------------------------------------|
-| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
@@ -139,7 +138,6 @@ OpenJDK 11 binaries are expected to function on the minimum operating system lev
| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
-| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
@@ -178,7 +176,6 @@ OpenJDK 17 binaries are expected to function on the minimum operating system lev
| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
-| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
@@ -217,7 +214,6 @@ OpenJDK 21 and later binaries are expected to function on the minimum operating
| macOS | x64 | AArch64 (Apple silicon) |
|---------------|--------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------:|
-| macOS 12 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 13 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
| macOS 14 | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes | :fontawesome-solid-check:{: .yes aria-hidden="true"}yes |
diff --git a/docs/version0.49.md b/docs/version0.49.md
new file mode 100644
index 000000000..ef1228615
--- /dev/null
+++ b/docs/version0.49.md
@@ -0,0 +1,44 @@
+
+
+# What's new in version 0.49.0
+
+The following new features and notable changes since version 0.48.0 are included in this release:
+
+- [New binaries and changes to supported environments](#binaries-and-supported-environments)
+
+## Features and changes
+
+### Binaries and supported environments
+
+Eclipse OpenJ9™ release 0.49.0 supports OpenJDK 8, 11, 17, 21, and 23.
+
+macOS 12 is out of support and is removed from the list of supported platforms.
+
+To learn more about support for OpenJ9 releases, including OpenJDK levels and platform support, see [Supported environments](openj9_support.md).
+
+## Known problems and full release information
+
+To see known problems and a complete list of changes between Eclipse OpenJ9 v0.48.0 and v0.49.0 releases, see the [Release notes](https://github.com/eclipse-openj9/openj9/blob/master/doc/release-notes/0.49/0.49.md).
+
+
diff --git a/mkdocs.yml b/mkdocs.yml
index 5c4dea4f4..8ae7fd4a0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -101,6 +101,7 @@ nav:
- "Release notes" :
- "Overview" : openj9_releases.md
+ - "Version 0.49.0" : version0.49.md
- "Version 0.48.0" : version0.48.md
- "Version 0.47.0" : version0.47.md
- "Version 0.46.1" : version0.46.1.md