diff --git a/docs/docs/enterprise/getting-started/index.mdx b/docs/docs/enterprise/getting-started/index.mdx
index 8e03488fc74..8bfab642765 100644
--- a/docs/docs/enterprise/getting-started/index.mdx
+++ b/docs/docs/enterprise/getting-started/index.mdx
@@ -34,7 +34,7 @@ already have one.
### Installation in a container platform
Please refer to the quickstart sections which describe how to install Hasura EE in various container platforms. **Each
-of the below guides requires HGE versions `v2.12.0-beta.1` and above.**
+of the below guides requires HGE versions `v2.12.0` and above.**
- [Quickstart with Docker](/quickstart-docker.mdx)
- [Quickstart with AWS ECS](/quickstart-aws-ecs.mdx)
diff --git a/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx b/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx
index 085d6ca77fc..2494e5cbcee 100644
--- a/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx
+++ b/docs/docs/enterprise/getting-started/quickstart-aws-ecs.mdx
@@ -20,7 +20,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial will help you set up a cluster, register a task definition, run the Hasura GraphQL Engine as a Linux
Fargate task, and perform other common tasks in Amazon ECS with the AWS CLI.
-**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
+**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on ECS
diff --git a/docs/docs/enterprise/getting-started/quickstart-docker.mdx b/docs/docs/enterprise/getting-started/quickstart-docker.mdx
index 4a66f5f00fb..e2e771c7349 100644
--- a/docs/docs/enterprise/getting-started/quickstart-docker.mdx
+++ b/docs/docs/enterprise/getting-started/quickstart-docker.mdx
@@ -22,7 +22,7 @@ This guide will help you get the Enterprise Edition of Hasura GraphQL Engine, a
and a Redis database running as Docker containers using Docker Compose. This is the easiest way to set up Hasura
Enterprise Edition on your **local environment**.
-**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
+**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE using Docker
diff --git a/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx b/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx
index 4e68479ffdf..ea41bfbb07f 100644
--- a/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx
+++ b/docs/docs/enterprise/getting-started/quickstart-google-cloud-run.mdx
@@ -19,7 +19,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial will help you run Hasura Enterprise Edition as a Google Cloud Run service using the `gcloud` CLI.
-**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
+**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on Cloud Run
diff --git a/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx b/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx
index 55084bee707..5111598b7fd 100644
--- a/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx
+++ b/docs/docs/enterprise/getting-started/quickstart-kubernetes.mdx
@@ -19,7 +19,7 @@ import LatestRelease from '@site/src/components/LatestRelease';
This tutorial helps you set up Hasura Enterprise Edition on Kubernetes and connect it to your Postgres database.
-**This guide requires HGE versions `v2.12.0-beta.1` and above.** Installation instructions are below.
+**This guide requires HGE versions `v2.12.0` and above.** Installation instructions are below.
## Deploying Hasura EE on Kubernetes
@@ -151,7 +151,7 @@ The current latest version is:
-All the versions can be found at [here](https://github.com/hasura/graphql-engine/releases).
+All the versions can be found [here](https://github.com/hasura/graphql-engine/releases).
### Step 2: Update the container image
diff --git a/docs/docs/enterprise/upgrade-ce-to-ee.mdx b/docs/docs/enterprise/upgrade-ce-to-ee.mdx
index b35e306b71e..2d57484bade 100644
--- a/docs/docs/enterprise/upgrade-ce-to-ee.mdx
+++ b/docs/docs/enterprise/upgrade-ce-to-ee.mdx
@@ -15,15 +15,15 @@ sidebar_position: 1
## Overview
-Starting from Hasura GraphQL Engine version `v2.12.0-beta.1`, we have included both open-source and commercial
-components in the `hasura/graphql-engine` container image.
+Starting from Hasura GraphQL Engine version `v2.12.0`, we have included both open-source and commercial components in
+the `hasura/graphql-engine` container image.
The `hasura/graphql-engine` image includes both open-source and proprietary components. The open-source portions are
licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). The proprietary
components include features for Hasura Enterprise and are enabled with a license key provided by Hasura. If you would
like to use an image with only the open source components, please use Docker images on
-[this page](https://hub.docker.com/r/hasura/graphql-engine/tags?page=1&name=-ce) that end with `-ce`.
-(example: `hasura/graphql-engine:-ce`)
+[this page](https://hub.docker.com/r/hasura/graphql-engine/tags?page=1&name=-ce) that end with `-ce`. (example:
+`hasura/graphql-engine:-ce`)
If you are already running Hasura CE and would like to upgrade to Hasura Enterprise, please follow these instructions: