diff --git a/CHANGELOG.md b/CHANGELOG.md index 36e797c1..ba88203c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog +## [2024.5.7](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.6...v2024.5.7) (2024-09-20) + + +### Chore + +* **config:** add self to default-src in CSP ([bcf2ce9](https://github.com/davidsneighbour/kollitsch.dev/commit/bcf2ce9bebd91e42ce0d86705912ba03fbbb93a2)), closes [#1211](https://github.com/davidsneighbour/kollitsch.dev/issues/1211) + ## [2024.5.6](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.5...v2024.5.6) (2024-09-20) diff --git a/CITATION.cff b/CITATION.cff index b127a84c..ff66594e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,6 +5,6 @@ authors: given-names: "Patrick" orcid: "https://orcid.org/0000-0001-6250-2135" title: "kollitsch.dev" -version: 2024.5.6 +version: 2024.5.7 date-released: 2024-09-20 url: "https://github.com/davidsneighbour/kollitsch.dev" diff --git a/assets/data/build.json b/assets/data/build.json index 776bef6c..794e2a9e 100644 --- a/assets/data/build.json +++ b/assets/data/build.json @@ -1,4 +1,4 @@ { "_comment": "This file is used to determine the current build version of the website. Do not modify this file, it is updated automatically.", - "version": "2024.5.6" + "version": "2024.5.7" } diff --git a/package.json b/package.json index 1ba1e8f7..a3387f44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@davidsneighbour/kollitsch-dev", "description": "Website and content for kollitsch.dev", - "version": "2024.5.6", + "version": "2024.5.7", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",