diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e401e1..30085e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.9 (2023-07-17) + +### Docs + +- update logos + ## v2.2.8 (2023-07-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b4d0f1a..a5359e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gallery" -version = "2.2.8" +version = "2.2.9" description = "A CKAN extension for a dataset gallery view." readme = "README.md" requires-python = ">=3.6" @@ -56,7 +56,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.2.8" +version = "2.2.9" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true