diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c4d9eb..a6a8c8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v6.9.5 (2024-08-02) + +### Fix + +- add nofollow to resource tags +- add nofollow to facet links + ## v6.9.4 (2024-07-22) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 2a40426c..e2b0cfa1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.9.4 +version: 6.9.5 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index a0a556bb..cf96199b 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.9.4", + "version": "6.9.5", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index fe2d550f..64b93d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.9.4" +version = "6.9.5" description = "A CKAN extension for the Natural History Museum's Data Portal." readme = "README.md" requires-python = ">=3.6" @@ -75,7 +75,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "6.9.4" +version = "6.9.5" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true