Skip to content

Commit

Permalink
Merge pull request alphagov#332 from alphagov/ldeb-release-3.4.0
Browse files Browse the repository at this point in the history
Release v3.4.0
  • Loading branch information
lfdebrux authored Jun 7, 2023
2 parents da78007 + 7e56154 commit 207bcb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 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.

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)).
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_tech_docs/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTechDocs
VERSION = "3.3.1".freeze
VERSION = "3.4.0".freeze
end

0 comments on commit 207bcb8

Please sign in to comment.