From d3df79597e3c3c62a7497274b73e87c9ccb4079a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Apr 2023 13:14:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.6=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ca85e..b0fd321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.0 (2023-04-03) + +### Feature + +- allow contact emails to be sent to multiple recipients + ## v2.1.6 (2023-02-20) ### Docs diff --git a/pyproject.toml b/pyproject.toml index fc9620c..94ffd77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-contact" -version = "2.1.6" +version = "2.2.0" description = "A CKAN extension for adding popup contact forms to pages." readme = "README.md" requires-python = ">=3.6" @@ -55,7 +55,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.6" +version = "2.2.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true