diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0..a2096809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,76 @@ # Changelog + +## v3.7.0 (2022-11-28) + +### Fix + +- splitgill, not eevee + +### Docs + +- add section delimiters and include-markdown + +### Style + +- apply formatting + +### Build System(s) + +- set changelog generation to incremental +- pin ckantools minor + +### CI System(s) + +- add cz-nhm dependency + +### Chores/Misc + +- remove manifest +- use cz_nhm commitizen config +- standardise package files + +## v3.6.2.1 (2022-10-13) + +## v3.6.2 (2022-10-03) + +## v3.6.1 (2022-09-06) + +## v3.6.0 (2022-08-30) + +## v3.5.2 (2022-08-22) + +## v3.5.1 (2022-08-08) + +## v3.5.0 (2022-05-23) + +## v3.4.0 (2022-05-03) + +## v3.3.0 (2022-04-25) + +## v3.2.1 (2022-03-28) + +## v3.2.0 (2022-03-21) + +## v3.1.3 (2022-03-10) + +## v3.1.2 (2022-03-08) + +## v3.1.1 (2022-03-07) + +## v3.1.0 (2022-02-28) + +## v3.0.0 (2021-03-11) + +## v2.0.0 (2021-03-09) + +## v0.0.5 (2019-08-07) + +## v1.0.0-alpha (2019-07-23) + +## v0.0.4 (2019-05-31) + +## v0.0.3 (2019-05-31) + +## v0.0.2 (2019-05-02) + +## v0.0.1 (2019-04-18) diff --git a/package.json b/package.json index 40522696..2919a4b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-versioned-datastore", - "version": "3.6.2", + "version": "3.7.0", "description": "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index a8bbc8f1..89af6d84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "3.6.2" +version = "3.7.0" description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch" readme = "README.md" requires-python = ">=3.6" @@ -63,7 +63,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.6.2" +version = "3.7.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true