diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db8cc42f01e5acf4b9b36532e099a17f85cd3ed..68fc097008a7e42ee36f4d37e7043026f4e9993e 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.6] - 14/01/2021 +- Fix module requirements for D9-version + ## [1.4.5] - 14/01/2021 - Update module to be D9-ready diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml index c99e4e8992c4f113aa25806792c6c5b12dc06eb3..acc1b594a4acd764b23ae1647b7067d083f232bd 100755 --- a/cern_display_formats.info.yml +++ b/cern_display_formats.info.yml @@ -2,7 +2,7 @@ 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.5 +version: 1.4.6 core: '8.x' core_version_requirement: ^8 || ^9 dependencies: diff --git a/composer.json b/composer.json index 1c58606503df6c05a328783f7352da2bdce2c8e8..cb12ef44bc18512e8523c4375e0a0328be47e134 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.5", + "version": "1.4.6", "type": "drupal-custom-module", "license": "GPL-2.0-or-later", "authors": [ @@ -17,6 +17,6 @@ } ], "require": { - "drupal/components": "^1.1" + "drupal/components": "^2.0" } }