diff --git a/CHANGELOG.md b/CHANGELOG.md index afd36c4c..22359e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 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)) + # 0.19.0 - Remove external link styles ([PR #231](https://github.com/alphagov/govuk_template/pull/231)) diff --git a/lib/govuk_template/version.rb b/lib/govuk_template/version.rb index 5b83e9ef..80f92118 100644 --- a/lib/govuk_template/version.rb +++ b/lib/govuk_template/version.rb @@ -1,3 +1,3 @@ module GovukTemplate - VERSION = "0.19.0" + VERSION = "0.19.1" end