diff --git a/CHANGELOG.md b/CHANGELOG.md
index dd0584f5f5cca4a6cb82e1f245b76122c8d28bb6..3aca0817181aec8072103bfeb530b7d2f9d48fee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [3.0.1] - 26/10/2023
+
+- Updated `adminimal_theme` to version `^1.7`.
+
 ## [3.0.0] - 08/11/2022
 
 - PHP 8.1 compatibility.
diff --git a/adminimal_subtheme.info.yml b/adminimal_subtheme.info.yml
index e5dfdc77cf0821e919aeb0e4ee16c081b14ba390..042a2198c66c675fbac091113d7a9ed5357f7fce 100755
--- a/adminimal_subtheme.info.yml
+++ b/adminimal_subtheme.info.yml
@@ -1,23 +1,21 @@
-name: Adminimal subtheme
-type: theme
-description: "Overrides the Adminimal subtheme"
-core_version_requirement: ^9 || ^10
 base theme: adminimal_theme
-version: 3.0.0
-
+core_version_requirement: ^9 || ^10
+description: Overrides the Adminimal subtheme
 libraries:
-  - adminimal_subtheme/global-styling
-
+- adminimal_subtheme/global-styling
+name: Adminimal subtheme
 regions:
-  header: "Header"
-  pre_content: "Pre-content"
   breadcrumb: Breadcrumb
-  highlighted: Highlighted
-  help: Help
   content: Content
-  page_top: "Page top"
-  page_bottom: "Page bottom"
-  sidebar_first: "First sidebar"
-  hidden: "Hidden blocks"
+  header: Header
+  help: Help
+  hidden: Hidden blocks
+  highlighted: Highlighted
+  page_bottom: Page bottom
+  page_top: Page top
+  pre_content: Pre-content
+  sidebar_first: First sidebar
 regions_hidden:
-  - sidebar_first
+- sidebar_first
+type: theme
+version: 3.0.1
diff --git a/composer.json b/composer.json
index dd52387a0764524a93ed28d59ee56ec919a304ca..ae7ce3e37f59cf921c4eac19097e72da8b6b7088 100644
--- a/composer.json
+++ b/composer.json
@@ -1,26 +1,26 @@
 {
-  "name": "drupal/cern-adminimal-subtheme",
-  "description": "Applies overrides on the adminimal theme",
-  "version": "3.0.0",
-  "type": "drupal-custom-theme",
-  "license": "GPL-2.0-or-later",
-  "authors": [
-    {
-      "name": "Joachim Valdemar Yde",
-      "email": "joachim.git@cern.ch"
-    },
-    {
-      "name": "Konstantinos Platis",
-      "email": "konstantinos.platis@cern.ch"
+    "name": "drupal/cern-adminimal-subtheme",
+    "description": "Applies overrides on the adminimal theme",
+    "version": "3.0.1",
+    "type": "drupal-custom-theme",
+    "license": "GPL-2.0-or-later",
+    "authors": [
+        {
+            "name": "Joachim Valdemar Yde",
+            "email": "joachim.git@cern.ch"
+        },
+        {
+            "name": "Konstantinos Platis",
+            "email": "konstantinos.platis@cern.ch"
+        }
+    ],
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "https://packages.drupal.org/8"
+        }
+    ],
+    "require": {
+        "drupal/adminimal_theme": "^1.7"
     }
-  ],
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    }
-  ],
-  "require": {
-    "drupal/adminimal_theme": "^1.6"
-  }
-}
+}
\ No newline at end of file