diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b75472d..01f60b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CHANGELOG -*Unreleased* - - Update footer links and buttons - - Update cookie consent links +*2.1.0* (2019-07-03) + - 🛠 Fixes & other + - Fix lateral scroll issue (#394) + - Fix display of social media feeds for smaller screens (#394) + - Add overflow to Hero (#395) + - Apply min-height property only for screens larger or equal to 768 px (#396) + - Update footer and cookie consent links *2.0.6* (2019-05-28) - 🛠 Fixes & other diff --git a/VERSION b/VERSION index 157e54f3e..7ec1d6db4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.6 +2.1.0 diff --git a/package.json b/package.json index d7a561566..5988d716a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epfl-elements", - "version": "2.0.6", + "version": "2.1.0", "license": "MIT", "main": "index.html", "repository": {