diff --git a/CHANGELOG.md b/CHANGELOG.md
index b39942b1c906e4fda7f5f80a2007a19ec75adee3..3e86e56fc28aae977290ca703fe2822595aa5a5e 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 9f88ec4d13cb63c853e9a337b122be5fab2cb842..ca88bb808cb7f3ea9fb4332a3afb619519c75faa 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