diff --git a/CHANGELOG.md b/CHANGELOG.md index 52abf650..1b19f369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v6.5.1 (2024-02-05) + +### Fix + +- **search-ui**: return promise from loadAndCheckImages +- **search-ui**: update image filter when resources are changed +- **search-ui**: remove previous page's images when loading new set + +### Refactor + +- **search-ui**: rename birdwing preset + ## v6.5.0 (2024-01-29) ### Feature diff --git a/CITATION.cff b/CITATION.cff index d548cdcc..252e126f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - nhm license: GPL-3.0-or-later -version: 6.5.0 +version: 6.5.1 diff --git a/ckanext/nhm/theme/package.json b/ckanext/nhm/theme/package.json index 26fda40c..9d550545 100644 --- a/ckanext/nhm/theme/package.json +++ b/ckanext/nhm/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-nhm", - "version": "6.5.0", + "version": "6.5.1", "description": "A CKAN extension for the Natural History Museum's Data Portal.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 2662e520..67d20ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-nhm" -version = "6.5.0" +version = "6.5.1" description = "A CKAN extension for the Natural History Museum's Data Portal." readme = "README.md" requires-python = ">=3.6" @@ -74,7 +74,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "6.5.0" +version = "6.5.1" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true