diff --git a/CHANGELOG.md b/CHANGELOG.md
index c63ede2a4d740fa18f3e9682909ead47fc5d44b6..4e0f3637c48824bf5d13e96da9608eca84cc82f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+# 2024.2
+
+- CMS API v2
+
 # 2024.1
 
 - Enabled access to Genesys in French and Spanish for users with role TRANSLATOR
diff --git a/package.json b/package.json
index 8e661d0aa9715634bc98329655543c2f5e4244c0..876cf556335ae446c399fa466f091bb4838366e2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@genesys-pgr/ui",
-  "version": "2024.2.0-beta",
+  "version": "2024.2.0",
   "private": true,
   "description": "Genesys Website",
   "keywords": [
diff --git a/workspaces/ui-express/src/ui/layout/PublicLayout.tsx b/workspaces/ui-express/src/ui/layout/PublicLayout.tsx
index 395ba9c614e33444d51b08e0f2a50d9f59cc223e..fb429c99445a817fdd3b67a36720f4dba483929e 100644
--- a/workspaces/ui-express/src/ui/layout/PublicLayout.tsx
+++ b/workspaces/ui-express/src/ui/layout/PublicLayout.tsx
@@ -77,10 +77,6 @@ const PUBLIC_MENUS = [
         to: '/c',
         label: 'public.menu.exploreCrops',
       },
-      {
-        to: '/bibliography',
-        label: 'public.menu.bibliography',
-      },
       {
         to: '/iso3166',
         label: 'public.menu.exploreCountry',