From 1e7d5c273524c1ff4949286909506caed6503daa Mon Sep 17 00:00:00 2001 From: Robin Whittleton Date: Fri, 9 Dec 2016 10:05:28 +0000 Subject: [PATCH] Version 0.19.2 - Increase skiplink colour contrast (PR #263) - Fix Scala compile issues for Play template (PR #261) --- CHANGELOG.md | 5 +++++ lib/govuk_template/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22359e91..f82c296f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.19.2 + +- Increase skiplink colour contrast ([PR #263](https://github.com/alphagov/govuk_template/pull/263)) +- Fix Scala compile issues for Play template ([PR #261](https://github.com/alphagov/govuk_template/pull/261)) + # 0.19.1 - Have focus outline appear outside of element rather than covering it in Safari and Chrome ([PR #259](https://github.com/alphagov/govuk_template/pull/259)) diff --git a/lib/govuk_template/version.rb b/lib/govuk_template/version.rb index 80f92118..1dd4c0e6 100644 --- a/lib/govuk_template/version.rb +++ b/lib/govuk_template/version.rb @@ -1,3 +1,3 @@ module GovukTemplate - VERSION = "0.19.1" + VERSION = "0.19.2" end