diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef0bc38..36e797c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog +## [2024.5.6](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.5...v2024.5.6) (2024-09-20) + + +### Chore + +* **config:** add dnbhub.xyz to connect-src and img-src in CSP ([0d38925](https://github.com/davidsneighbour/kollitsch.dev/commit/0d3892588e4ff49597d52404baad134c8fb9d0cc)), closes [#1211](https://github.com/davidsneighbour/kollitsch.dev/issues/1211) + ## [2024.5.5](https://github.com/davidsneighbour/kollitsch.dev/compare/v2024.5.4...v2024.5.5) (2024-09-20) diff --git a/CITATION.cff b/CITATION.cff index a9b747d0..b127a84c 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.5 +version: 2024.5.6 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 18d4296b..776bef6c 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.5" + "version": "2024.5.6" } diff --git a/package.json b/package.json index d0ad8577..1ba1e8f7 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.5", + "version": "2024.5.6", "license": "UNLICENSED", "private": true, "repository": "davidsneighbour/kollitsch.dev",