diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a6611e..cf000e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## Unreleased +## 3.1.0 + +### New features + +There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.0.0. + +1. Update your documentation site to use the latest template version. You can [follow the TDT guidance on using the latest template version](https://tdt-documentation.london.cloudapps.digital/maintain_project/use_latest_template/). +2. Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend 4.0.0 release note](https://github.com/alphagov/govuk-frontend/releases/tag/v4.0.0) for more information. + ## 3.0.1 ### Fixes diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index 28a9c330..7daca713 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "3.0.1".freeze + VERSION = "3.1.0".freeze end