diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1fe6e5e69ce30e2dfd035169f4281008b344a97..5db8cc42f01e5acf4b9b36532e099a17f85cd3ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ 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).
 
+## [1.4.5] - 14/01/2021
+- Update module to be D9-ready
+
 ## [1.4.4] - 04/12/2020
 - Add composer.json file
 
@@ -46,4 +49,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Removed debugging conditions
 
 ## [1.0.0] - 04/10/2018
-- Added Horizontal Boxes as display format
\ No newline at end of file
+- Added Horizontal Boxes as display format
diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml
index 386ea1cb2ce93b03d020b716ec580cf8c3484f87..c99e4e8992c4f113aa25806792c6c5b12dc06eb3 100755
--- a/cern_display_formats.info.yml
+++ b/cern_display_formats.info.yml
@@ -2,8 +2,9 @@ name: CERN Display Formats
 type: module
 description: 'Provides a set of display formats designed for the needs of the CERN users.'
 package: Web Team Drupal Library
-version: 1.4.4
+version: 1.4.5
 core: '8.x'
+core_version_requirement: ^8 || ^9
 dependencies:
   - drupal:views
-  - cern_components (>=8.x-2.6.0)
\ No newline at end of file
+  - cern_components (>=8.x-2.6.0)
diff --git a/composer.json b/composer.json
index db3dd3c64ca680ae81f171c12a817bb6245b79d8..1c58606503df6c05a328783f7352da2bdce2c8e8 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "drupal/cern-display-formats",
     "description": "Defines a set of views display formats",
-    "version": "1.4.4",
+    "version": "1.4.5",
     "type": "drupal-custom-module",
     "license": "GPL-2.0-or-later",
     "authors": [