From 1394a77c0a4d2958640e8583ffb99e3cc6ef8fbf Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Thu, 22 Dec 2022 11:41:06 +0000 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e9010e..5b7ee2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ ### New features -The Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1. +There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1. -Check your documentation site displays correctly. If your site does not display correctly, you can refer to the [GOV.UK Frontend release notes](https://github.com/alphagov/govuk-frontend/releases/) for more information. +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 release notes](https://github.com/alphagov/govuk-frontend/releases/) for more information, or [contact the GOV.UK Design System team](https://design-system.service.gov.uk/get-in-touch/). ### Fixes From 2d8d3d316125a62e263b2de25a6ee84f6e44166d Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Thu, 22 Dec 2022 11:44:23 +0000 Subject: [PATCH 2/2] Release v3.3.0 --- CHANGELOG.md | 2 ++ lib/govuk_tech_docs/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7ee2a9..c95f38e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.3.0 + ### New features There are some steps you should follow as the Technical Documentation Template (TDT) now uses GOV.UK Frontend 4.4.1. diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index b3da64b9..a5e85258 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "3.2.1".freeze + VERSION = "3.3.0".freeze end