diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94861972995006539b684d989499701e1f0b1fa8..4445f7e702a79c7336eb46540afbf09c78ecdec3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Change Log
 
+## [1.0.0-beta7](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta7) (2022-11-03)
+[Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta6...1.0.0-beta7)
+
+**Merged pull requests:**
+
+- OEL-1414: Theme the OE List Pages exposed sort. [\#187](https://github.com/openeuropa/oe_whitelabel/pull/187) ([drishu](https://github.com/drishu))
+- OEL-2002: Preserve Drupal links. [\#182](https://github.com/openeuropa/oe_whitelabel/pull/182) ([drishu](https://github.com/drishu))
+
 ## [1.0.0-beta6](https://github.com/openeuropa/oe_whitelabel/tree/1.0.0-beta6) (2022-09-30)
 [Full Changelog](https://github.com/openeuropa/oe_whitelabel/compare/1.0.0-beta5...1.0.0-beta6)
 
@@ -14,6 +22,7 @@
 
 **Merged pull requests:**
 
+- Prepare release 1.0.0-beta6. [\#185](https://github.com/openeuropa/oe_whitelabel/pull/185) ([drishu](https://github.com/drishu))
 - OEL-1910: Drop drupal 9.2 support. [\#183](https://github.com/openeuropa/oe_whitelabel/pull/183) ([drishu](https://github.com/drishu))
 - OEL-1913: Theme oe\_carousel paragraph. [\#179](https://github.com/openeuropa/oe_whitelabel/pull/179) ([drishu](https://github.com/drishu))
 - OEL-1919: Fix broken styling for facetapi. [\#176](https://github.com/openeuropa/oe_whitelabel/pull/176) ([drishu](https://github.com/drishu))
diff --git a/composer.json b/composer.json
index 174dc4cb6e2e8d555072d78cd48ff6cb166d8fc6..3f490b5bd776917c2279754fffbe7949f20b8aa3 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
         "drupal/daterange_compact": "^2.0",
         "drupal/twig_field_value": "^2.0",
         "openeuropa/composer-artifacts": "^1.0.0-alpha1",
-        "openeuropa/oe_bootstrap_theme": "0.1.202210121625"
+        "openeuropa/oe_bootstrap_theme": "^1.0.0-beta7"
     },
     "require-dev": {
         "composer/installers": "^1.11",