From 910690adbd2e6fd2fb49fe4a1d68f5b1178ca1e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:31:47 +0000 Subject: [PATCH] chore(master): release kukkuu 3.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ kukkuu/__init__.py | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 573f0901..f1c8ae50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.8.0" + ".": "3.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69ebaa4..176c17d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ +## [3.9.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.8.0...kukkuu-v3.9.0) (2024-10-31) + + +### Features + +* Add canSendToAllInProject permission to myAdminProfile query ([462f72c](https://github.com/City-of-Helsinki/kukkuu/commit/462f72c415eb13770f2d0411d6c273c45f0a2848)) +* Add ticket validity to enrolment admin ([623d553](https://github.com/City-of-Helsinki/kukkuu/commit/623d553b1701bb35968c687ecd287d2d257d122c)) +* Add Ukrainian language to LANGUAGE_CHOICES ([1806127](https://github.com/City-of-Helsinki/kukkuu/commit/1806127a577f5fecc55f4a755b2f3a874c57cd0b)) +* Admin view for enrolments ([7df154f](https://github.com/City-of-Helsinki/kukkuu/commit/7df154f601b155dd5831e9bbacebf1ac7122c5a0)) +* Attendance information given in ticket verification ([8cf9bb1](https://github.com/City-of-Helsinki/kukkuu/commit/8cf9bb17c3b493c02061f23228f2f20cfc1c8d0b)) +* **auth:** Authentication with graphene_jwt instead of custom implementation ([815cb27](https://github.com/City-of-Helsinki/kukkuu/commit/815cb27bcabada3443d72841860c819b37265ab9)) +* Autocomplete feature to ticket system admin event field ([ff7e4e9](https://github.com/City-of-Helsinki/kukkuu/commit/ff7e4e9cd933e9c7a8207da9d51eb47cdebfa55e)) +* Enrolment reference id is viewable from the enrolment admin ([616dca1](https://github.com/City-of-Helsinki/kukkuu/commit/616dca1123324f25426042fd640801659072215f)) +* Event report API with event group and venue view sets as helpers ([b438915](https://github.com/City-of-Helsinki/kukkuu/commit/b43891583706d5a383541c1bff3a68ece325d595)) +* Project message permissions for sending to all ([d15578b](https://github.com/City-of-Helsinki/kukkuu/commit/d15578b0e84acf078b414a96e45339f348c14024)) +* Tixly ticket system ([2e0c9eb](https://github.com/City-of-Helsinki/kukkuu/commit/2e0c9eb417a481c16eaa73053fbe9243f3179a20)) +* Update ticket attended status ([b9eefcb](https://github.com/City-of-Helsinki/kukkuu/commit/b9eefcb36f9d5160218551ed60cef7f60cd33af2)) + + +### Bug Fixes + +* **admin:** Performance and UX issue in messaging admin ([4acdc93](https://github.com/City-of-Helsinki/kukkuu/commit/4acdc93eac4ba80356f9496b1e7e31b4c58401a6)) +* Browser test resources creation for pytests ([3de8cbb](https://github.com/City-of-Helsinki/kukkuu/commit/3de8cbbe1f42d1f5dafae61c8503ae7725e7023f)) +* Get_translations_dict utility's database usage ([81e87d6](https://github.com/City-of-Helsinki/kukkuu/commit/81e87d650a352a5a7289bbee71a11e438d859de6)) +* Upgrade django-ilmoitin to fix migration issues ([3c43107](https://github.com/City-of-Helsinki/kukkuu/commit/3c43107125fad31a741884904276eaf9ca8806e6)) + ## [3.8.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.7.1...kukkuu-v3.8.0) (2024-09-18) diff --git a/kukkuu/__init__.py b/kukkuu/__init__.py index 32a78190..fcd7ddb9 100644 --- a/kukkuu/__init__.py +++ b/kukkuu/__init__.py @@ -1 +1 @@ -__version__ = "3.8.0" +__version__ = "3.9.0"