diff --git a/CHANGELOG.md b/CHANGELOG.md index efcd838e8..485d90e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.1 + +- Fix contrast issues with phase banners. Use $govuk-blue for the phase tag and update the examples ([PR #364](https://github.com/alphagov/govuk_elements/pull/364)). + # 2.2.0 - New radio buttons and checkboxes ([PR #296](https://github.com/alphagov/govuk_elements/pull/296)) diff --git a/VERSION.txt b/VERSION.txt index ccbccc3dc..c043eea77 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/package.json b/package.json index 6c7e175f0..59c1390b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "2.2.0", + "version": "2.2.1", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",