diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e10cf09..5e4568097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # NHS.UK frontend Changelog -## 0.7.0 (Prerelease) - Jan 2, 2018 +## 0.8.0 (Prerelease) - Jan 17, 2019 + +:boom: **Breaking changes** + +- Header - The autocomplete has been rewritten to remove the dependency on jQuery and now uses [GOV.UK's accessible autocomplete component](https://github.com/alphagov/accessible-autocomplete). You will need to do an `npm install` to update your packages and update the header HTML accordingly. ([PR 342](https://github.com/nhsuk/nhsuk-frontend/pull/342)) + + +## 0.7.0 (Prerelease) - Jan 2, 2019 :new: **New features** diff --git a/package.json b/package.json index 39fb86e46..46dedcdbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhsuk-frontend", - "version": "0.7.0", + "version": "0.8.0", "description": "The NHS website frontend styles, for creating NHS websites and services.", "sasslintConfig": "config/sass-lint.yml", "scripts": {