From bb44b843adaa9f532c082fc25bc0d136b3720f90 Mon Sep 17 00:00:00 2001
From: Konstantinos Platis <konstantinos.platis@cern.ch>
Date: Thu, 18 Jul 2019 17:18:03 +0200
Subject: [PATCH] Updated CHANGELOG and module versionto v1.4.0

---
 CHANGELOG.md                  | 6 ++++++
 cern_display_formats.info.yml | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b39942b..3e86e56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,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).
 
+## [1.4.0] - 18-07-2019
+- Added Card Grid display format
+- Added Event Grid display format
+- Added support for using grouping field in Accordion and Teaser List DF
+- Added settings menu in /admin/config/display-formats/settings
+- Fixed color consistency for all display formats
 
 ## [1.3.0] - 24-04-2019
 - Added Vertical Boxes display format
diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml
index 9f88ec4..ca88bb8 100755
--- a/cern_display_formats.info.yml
+++ b/cern_display_formats.info.yml
@@ -2,8 +2,8 @@ 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.0-dev
+version: 1.4.0
 core: '8.x'
 dependencies:
   - drupal:views
-  - cern_components (>=8.x-2.4.0)
\ No newline at end of file
+  - cern_components (>=8.x-2.6.0)
\ No newline at end of file
-- 
GitLab