Skip to content

Commit 207bcb8

Browse files
authored
Merge pull request #332 from alphagov/ldeb-release-3.4.0
Release v3.4.0
2 parents da78007 + 7e56154 commit 207bcb8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 3.4.0
6+
7+
### New features
8+
9+
- Footer and header links now work with relative links. Thanks to [@eddgrant](https://github.com/eddgrant) for contributing this feature.
10+
11+
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.
12+
513
### Fixes
614

715
- 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)).

lib/govuk_tech_docs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukTechDocs
2-
VERSION = "3.3.1".freeze
2+
VERSION = "3.4.0".freeze
33
end

0 commit comments

Comments
 (0)