From e1cad490fe74b74648efb22c2076bdf6a794b0bb Mon Sep 17 00:00:00 2001
From: Konstantinos Platis <konstantinos.platis@cern.ch>
Date: Thu, 25 Apr 2019 11:51:20 +0200
Subject: [PATCH] Updated CHANGELOG/version for v2.5.0

---
 CHANGELOG.md             | 63 ++++++++++++++++++----------------------
 cern_components.info.yml |  2 +-
 2 files changed, 29 insertions(+), 36 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 055beca0..d11b1098 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,61 +4,54 @@ 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).
 
-## [2.4.0] - 26-02-2019
-### Fixed
-- Issue with Preview Card styling not loading on Preview List
-- Error when placing date format under date in Preview Card
+
+## [2.5.0] - 25-04-2019
+
+- Fixed issue of plus/minus signs in FAQ-list pattern
+- Fixed issue of active trail in 2nd level menu
 
 
-### Added
-- Color for preview-list titles
-- Text-shadow on Preview Cards' elements
+## [2.4.0] - 26-02-2019
 
-### Changed
+- Fixed issue of Preview Card styling not loading on Preview List
+- Fixed error when placing date format under date in Preview Card
+- Added color for preview-list titles
+- Added text-shadow on Preview Cards' elements
 - Removed top margin from Preview List component
 
 
 ## [2.3.2] - 31-01-2019
-### Fixed
-- Issue that video resources are displayed very slim
+
+- Fixed issue of video resources are displayed very slim
 
 ## [2.3.1] - 30-01-2019
-### Changed
+
 -  Decreased the number of permitted chars for Preview cards from 65 to 45
 
 ## [2.3.0] - 21-01-2019
-### Fixed
-- Applying 'CDS-loading-error' to all thumbnail items instead of only affected images
-- Issue with Preview cards overflowing under mega menu
 
-### Added
-- Text shadow for Hero Frames titles and subtitles
+- Applied 'CDS-loading-error' to all thumbnail items instead of only affected images
+- Fixed issue og Preview cards overflowing under mega menu
+- Added text shadow for Hero Frames titles and subtitles
 
 
 ## [2.2.2] - 16-01-2019
-### Fixed
-- Overflowing text in Preview Cards when the card had icon
+
+- Fixed overflowing text in Preview Cards when the card had icon
 
 ## [2.2.1] - 10-12-2018
-### Fixed
+
 - Added styling for "+More" link in mega menu
 
 
 ## [2.2.0] - 06-12-2018
-### Fixed
-- FAQ List pattern not holding 100% of the width
-- Cut scroll button on mobile chrome
-- Image Gallery stretching
-
-### Added
-- Responsive version in Preview List pattern
-- Border around Preview List images
-- New twig function that returns current language
-
-
-### Changed
-- Design of FAQ List pattern
-
-### Removed
-- Avatar from "opinion" pieces
 
+- Fixed FAQ List pattern not holding 100% of the width
+- Fixed scroll button being cut on mobile chrome
+- Fixed image Gallery stretching
+- Added responsive version in Preview List pattern
+- Added border around Preview List images
+- Added new twig function that returns current language
+- Changed design of FAQ List pattern
+- Removed avatar from "opinion" pieces
+ 
diff --git a/cern_components.info.yml b/cern_components.info.yml
index 51c8ba2c..2bd5e970 100755
--- a/cern_components.info.yml
+++ b/cern_components.info.yml
@@ -2,7 +2,7 @@ name: "CERN Components"
 type: module
 description: "Provides all the necessary modules regarding CERN Web Components."
 core: 8.x
-version: 2.5.0-dev
+version: 2.5.0
 package: CERN Components
 dependencies:
   - components:components (>=8.x-1.1-alpha1)
-- 
GitLab