diff --git a/CHANGELOG.md b/CHANGELOG.md index 68613d9..d52afa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v5.2.4 (2023-11-23) + +### Fix + +- set default resource totals to 0 + ## v5.2.3 (2023-11-20) ### Fix diff --git a/CITATION.cff b/CITATION.cff index e38f906..d6df983 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - versioned_datastore license: GPL-3.0-or-later -version: 5.2.3 +version: 5.2.4 diff --git a/pyproject.toml b/pyproject.toml index 7697452..cc3aeb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "5.2.3" +version = "5.2.4" description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch" readme = "README.md" requires-python = ">=3.6" @@ -75,7 +75,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "5.2.3" +version = "5.2.4" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true