From 17340a493f90ad56c90991083c3ebbaa15530cc4 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Wed, 7 Jun 2023 13:22:52 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e697951..62bb7fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### New features + +- Footer and header links now work with relative links. Thanks to [@eddgrant](https://github.com/eddgrant) for contributing this feature. + + See [pull request #325: Support sites deployed on a path other than "/" when generating header and footer links](https://github.com/alphagov/tech-docs-gem/pull/325) for more details. + ### Fixes - You no longer need to downgrade Haml yourself, `bundle install` will now make sure Haml 6 is not installed (see issue [#318: Error: Filters is not a module](https://github.com/alphagov/tech-docs/gem/issues/318)). From 7e561541d8b65e13648f6b27fa17f2e232098aa4 Mon Sep 17 00:00:00 2001 From: Laurence de Bruxelles Date: Wed, 7 Jun 2023 13:24:50 +0100 Subject: [PATCH 2/2] Release v3.4.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 62bb7fe3..b781e661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.4.0 + ### New features - Footer and header links now work with relative links. Thanks to [@eddgrant](https://github.com/eddgrant) for contributing this feature. diff --git a/lib/govuk_tech_docs/version.rb b/lib/govuk_tech_docs/version.rb index b217ab37..f220b124 100644 --- a/lib/govuk_tech_docs/version.rb +++ b/lib/govuk_tech_docs/version.rb @@ -1,3 +1,3 @@ module GovukTechDocs - VERSION = "3.3.1".freeze + VERSION = "3.4.0".freeze end