diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e56a6..db874dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## v3.2.11 (2023-09-25) + +### Docs + +- update docker test service name in readme + +### Style + +- fix some minor formatting irregularities + +### Tests + +- sort out the CKAN 2.10 tests +- add a test for login_success +- add test for login_failed helper + +### Build System(s) + +- adds ckantest:next as a test target option + +### CI System(s) + +- add tests on next to ci +- update docker test service name in github action workflow +- fix tests, postgresql wasn't working + ## v3.2.10 (2023-07-17) ### Docs diff --git a/pyproject.toml b/pyproject.toml index 842ff9f..a6a8e44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-ldap" -version = "3.2.10" +version = "3.2.11" description = "A CKAN extension that provides LDAP authentication." readme = "README.md" requires-python = ">=3.6" @@ -56,7 +56,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.2.10" +version = "3.2.11" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true