diff --git a/CHANGELOG.md b/CHANGELOG.md index 353cc02..ec9789c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.1.5 (2023-01-31) + +### Docs + +- **readme**: change logo url from blob to raw + ## v2.1.4 (2023-01-31) ### Docs diff --git a/pyproject.toml b/pyproject.toml index f1ee951..53c5c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gbif" -version = "2.1.4" +version = "2.1.5" description = "A CKAN extension that that connects with the GBIF API." readme = "README.md" requires-python = ">=3.6" @@ -57,7 +57,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.4" +version = "2.1.5" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true