diff --git a/CHANGELOG.md b/CHANGELOG.md index adcc9b422..5ca39f313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ A record of the changes made to `ALPS V3`. 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). +## [3.6.0] +## Added: +- Added molecules, components and style sheets for search suggestions. + ## [3.5.7] ## Fixed: - Fixed bug with the cursor getting changed for the `.c-accordion__item` intead of `.c-accordion__heading`. diff --git a/Gruntfile.js b/Gruntfile.js index 126e27849..b836748cf 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,7 @@ module.exports = function(grunt) { * of /cdn// that contains the javascript and css. */ var major_version = "3"; - var version = "3.5.7"; + var version = "3.6.0"; grunt.initConfig({ pkg: pkg,