From d50337e4a0d75da375afd6d19a082a1b87a24ec0 Mon Sep 17 00:00:00 2001
From: Konstantinos Platis <konstantinos.platis@cern.ch>
Date: Thu, 6 Dec 2018 14:57:04 +0000
Subject: [PATCH] Added changelog

---
 CHANGELOG.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..bcf94a67
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,24 @@
+ Changelog
+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.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
+
-- 
GitLab