Skip to content

Commit d90693f

Browse files
bump: version 6.7.0 → 6.8.0
1 parent 46d4979 commit d90693f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v6.8.0 (2026-05-07)
2+
3+
### Feature
4+
5+
- **helpers**: adds function to helper for converting to multisearch
6+
17
## v6.7.0 (2026-04-29)
28

39
### Feature

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
- ckanext
1818
- versioned_datastore
1919
license: GPL-3.0-or-later
20-
version: 6.7.0
20+
version: 6.8.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-versioned-datastore"
3-
version = "6.7.0"
3+
version = "6.8.0"
44
description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch"
55
readme = "README.md"
66
requires-python = ">=3.6"
@@ -76,7 +76,7 @@ exclude = ["tests", "docs"]
7676

7777
[tool.commitizen]
7878
name = "cz_nhm"
79-
version = "6.7.0"
79+
version = "6.8.0"
8080
tag_format = "v$version"
8181
update_changelog_on_bump = true
8282
changelog_incremental = true

0 commit comments

Comments
 (0)