diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0a6d6f..eb9bc75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## --- [4.5.6] - 2025/TBD +## --- [4.6.1] - 2025/TBD ### New features -TBD +- Jinja2 Dynamic Variables for Webhook Notifications ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/757)) ### Bug fixes - Change hour and minute intervals in APScheudler to fix incorrect triggers ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/910)) - Use asyncio locks to limit upload handler race condition ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/907)) diff --git a/README.md b/README.md index 1e47b9ee..349150b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Crafty Logo](app/frontend/static/assets/images/logo_long.svg)](https://craftycontrol.com) -# Crafty Controller 4.5.6 +# Crafty Controller 4.6.1 > Python based Control Panel for your Minecraft Server ## What is Crafty Controller? diff --git a/app/config/version.json b/app/config/version.json index bb1da134..4c45077b 100644 --- a/app/config/version.json +++ b/app/config/version.json @@ -1,5 +1,5 @@ { "major": 4, - "minor": 5, - "sub": 6 + "minor": 6, + "sub": 1 } diff --git a/sonar-project.properties b/sonar-project.properties index 06f48266..7c73fc67 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,8 +3,8 @@ sonar.organization=crafty-controller # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Crafty 4 -sonar.projectVersion=4.5.6 -sonar.python.version=3.9, 3.10, 3.11 +sonar.projectVersion=4.6.1 +sonar.python.version=3.10, 3.11, 3.12 sonar.exclusions=app/migrations/**, app/frontend/static/assets/vendors/** # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.