diff --git a/CHANGELOG.md b/CHANGELOG.md index bf552140..2e4c2924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 5.0.0 * Forbid base elements in the Content Security Policy * BREAKING: Content Security Policy forbids unsafe-inline script-src and data: image-src. It provides a nonce generator. Apps that can't support this will need to amend their CSP configuration in an initializer. diff --git a/lib/govuk_app_config/version.rb b/lib/govuk_app_config/version.rb index 4f44d8bb..b52a143e 100644 --- a/lib/govuk_app_config/version.rb +++ b/lib/govuk_app_config/version.rb @@ -1,3 +1,3 @@ module GovukAppConfig - VERSION = "4.13.0".freeze + VERSION = "5.0.0".freeze end