Skip to content

Commit 5885826

Browse files
authored
Merge pull request #428 from alphagov/release-v5.1.0
Release v5.1.0
2 parents 6d81523 + 89fe910 commit 5885826

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
NB: [Universal Analytics is now gone](https://support.google.com/analytics/answer/11583528?hl=en) so anyone still using the older approach is likely facing broken analytics, or has developed a workaround.
88
We'll return at a later date with a major breaking change that deprecates UA code.
99

10+
## 5.1.0
11+
12+
### New features
13+
14+
- [Add GA4 support](https://github.com/alphagov/tech-docs-gem/pull/350)
15+
16+
### Fixes
17+
18+
- [Fix syntax highlighting by pinning middleman-syntax to v3.6+](https://github.com/alphagov/tech-docs-gem/pull/427)
19+
1020
## 5.0.2
1121

1222
### Fixes

lib/govuk_tech_docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GovukTechDocs
2-
VERSION = "5.0.2".freeze
2+
VERSION = "5.1.0".freeze
33
end

0 commit comments

Comments
 (0)