From d2479136ec551efc5e24e1e9dabbc95d8b3451c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 08:01:39 +0000 Subject: [PATCH] chore(master): release kukkuu 3.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ kukkuu/__init__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9dc6cef9..3cf104e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab57cb4..6b530378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ +## [3.5.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.4.0...kukkuu-v3.5.0) (2024-06-14) + + +### Features + +* Batch user is_obsolete updating in auth change command ([7e89c1b](https://github.com/City-of-Helsinki/kukkuu/commit/7e89c1b237fd20e348b948175a44042cf52131d0)) + + +### Bug Fixes + +* Add missing success messages to user and guardian admin actions ([21f4e69](https://github.com/City-of-Helsinki/kukkuu/commit/21f4e6933dbe774dc17e762687f5e824aaa0c78e)) + ## [3.4.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.3.0...kukkuu-v3.4.0) (2024-06-13) diff --git a/kukkuu/__init__.py b/kukkuu/__init__.py index 903a158a..dcbfb52f 100644 --- a/kukkuu/__init__.py +++ b/kukkuu/__init__.py @@ -1 +1 @@ -__version__ = "3.4.0" +__version__ = "3.5.0"