From 5b24d8af27a609156e7f09f16fc079d44f6b7635 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Mon, 23 Jan 2023 10:23:39 +0000 Subject: [PATCH] Release as version 5.0.0 --- CHANGELOG.md | 2 +- lib/govuk_app_config/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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