From 9a7ddae5fe3245aefa5b111f81b7b6eb3e012cbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:17:46 +0000 Subject: [PATCH] chore(master): release kukkuu 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ kukkuu/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e9..dc703804 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b530378..0d4ef121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ +## [3.6.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.5.0...kukkuu-v3.6.0) (2024-07-05) + + +### Features + +* Add search and autocomplete fields to user, group and ad groups admin ([e576fd0](https://github.com/City-of-Helsinki/kukkuu/commit/e576fd00ca068b78d4e66d46be5a731b85f53f61)) +* Test auth change notifications command's query count ([14c1c7d](https://github.com/City-of-Helsinki/kukkuu/commit/14c1c7dfc8eb82686bc8ac93cdddf174c908605a)) + + +### Bug Fixes + +* Improve event and event group admins with safegetters and searches ([022ca8d](https://github.com/City-of-Helsinki/kukkuu/commit/022ca8d14f36551cedd093ffd60f19615725da3f)) + ## [3.5.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.4.0...kukkuu-v3.5.0) (2024-06-14) diff --git a/kukkuu/__init__.py b/kukkuu/__init__.py index dcbfb52f..85197cb4 100644 --- a/kukkuu/__init__.py +++ b/kukkuu/__init__.py @@ -1 +1 @@ -__version__ = "3.5.0" +__version__ = "3.6.0"