diff --git a/CHANGELOG.md b/CHANGELOG.md
index e34279f3d79bee333d6772353dc8a5e038eac536..e4a8318d8cf46c9dd88a901513e52fb2b1fe7b7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ 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.3.2] - 31-01-2019
+### Fixed
+- Issue that 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
diff --git a/cern_components.info.yml b/cern_components.info.yml
index c89ac88894e204553df78fca85bd7fd6a9630d50..4868e9b70b19d480a1b61426ce2411473c511734 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.3.1
+version: 2.3.2
 package: CERN Components
 dependencies:
   - components:components (>=8.x-1.1-alpha1)