diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb8020d212ab56f47a40d3ae4573df683b6a6d91..61266143bf118fc178f1203c855046e9b04490d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ 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.2] - 27/10/2023
+
+- Updated `colorbutton` to version `^1.5`.
+- Updated `ckeditor_font` to version `^2.0@beta`.
+- Updated `panelbutton` to version `^1.5`.
+
 ## [3.0.1] - 01/11/2022
 - Bump dependencies for PHP 8.1 compatibility.
 
diff --git a/cern_full_html_format.info.yml b/cern_full_html_format.info.yml
index ddb4fea54c9f76e495f7e1c302a68aa30f5176fb..bd5f09e4f0eba776cae846d52fcbcdf0a0430876 100644
--- a/cern_full_html_format.info.yml
+++ b/cern_full_html_format.info.yml
@@ -1,13 +1,13 @@
-name: "CERN Full Html Format"
-description: "Enables the CERN Full HTML text format for CKEditor."
-package: "CERN CKEditor"
-type: module
 core_version_requirement: ^9 || ^10
 dependencies:
-  - ckeditor
-  - editor
-  - filter
-  - colorbutton
-  - ckeditor_font
-  - panelbutton
-version: 3.0.1
+- ckeditor
+- editor
+- filter
+- colorbutton
+- ckeditor_font
+- panelbutton
+description: Enables the CERN Full HTML text format for CKEditor.
+name: CERN Full Html Format
+package: CERN CKEditor
+type: module
+version: 3.0.2
diff --git a/composer.json b/composer.json
index b9fe51f48c7d517b6bade69e36a1cbce80611d1a..4991ec2f3a1836712ec7ce106e859155211b0d3d 100644
--- a/composer.json
+++ b/composer.json
@@ -1,28 +1,28 @@
 {
-  "name": "drupal/cern-full-html-format",
-  "description": "Adds the CERN Full HTML text format on CKEditor",
-  "version": "3.0.1",
-  "type": "drupal-custom-module",
-  "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-full-html-format",
+    "description": "Adds the CERN Full HTML text format on CKEditor",
+    "version": "3.0.2",
+    "type": "drupal-custom-module",
+    "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/colorbutton": "^1.5",
+        "drupal/ckeditor_font": "^2.0@beta",
+        "drupal/panelbutton": "^1.5"
     }
-  ],
-  "repositories": [
-    {
-      "type": "composer",
-      "url": "https://packages.drupal.org/8"
-    }
-  ],
-  "require": {
-    "drupal/colorbutton": "^1.2",
-    "drupal/ckeditor_font": "^1.1",
-    "drupal/panelbutton": "^1.3"
-  }
-}
+}
\ No newline at end of file