diff --git a/CHANGELOG.md b/CHANGELOG.md index b03d942a25..32362e537e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.8.0 + +* Add integration tests for apps to use when testing their component guide (PR #68) + # 1.7.0 * Remove cookie and survey banners from the component guide to allow visual diff tool comparison (PR #65) diff --git a/lib/govuk_publishing_components/version.rb b/lib/govuk_publishing_components/version.rb index 8862ce2009..ebc3dfc612 100644 --- a/lib/govuk_publishing_components/version.rb +++ b/lib/govuk_publishing_components/version.rb @@ -1,3 +1,3 @@ module GovukPublishingComponents - VERSION = '1.7.0'.freeze + VERSION = '1.8.0'.freeze end