diff --git a/CHANGELOG.md b/CHANGELOG.md index 24697ccc4..efcd838e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.2.0 + +- New radio buttons and checkboxes ([PR #296](https://github.com/alphagov/govuk_elements/pull/296)) + +You will need to make sure that your version of the GOV.UK Frontend Toolkit is at least 4.17.0. + # 2.1.2 - Add snippets for data visualisation examples ([PR #351](https://github.com/alphagov/govuk_elements/pull/351)) and ([PR #350](https://github.com/alphagov/govuk_elements/pull/350)) diff --git a/VERSION.txt b/VERSION.txt index eca07e4c1..ccbccc3dc 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -2.1.2 +2.2.0 diff --git a/package.json b/package.json index a1f6b3a3b..9f8bae578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "govuk-elements-sass", - "version": "2.1.2", + "version": "2.2.0", "description": "GOVUK elements Sass files", "repository": "alphagov/govuk_elements", "license": "MIT",