Close changelog v4.4.0

This commit is contained in:
Zedifus 2024-05-10 21:56:06 +01:00
parent 64082092b4
commit 2a7146d079
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## --- [4.3.3] - 2024/TBD
## --- [4.4.0] - 2024/05/10
### Refactor
- Refactor API keys "super user" to "full access" ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/731))
- Refactor SBuilder to use Big Bucket Svc ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/755))

View File

@ -1,5 +1,5 @@
[![Crafty Logo](app/frontend/static/assets/images/logo_long.svg)](https://craftycontrol.com)
# Crafty Controller 4.3.3
# Crafty Controller 4.4.0
> Python based Control Panel for your Minecraft Server
## What is Crafty Controller?

View File

@ -1,5 +1,5 @@
{
"major": 4,
"minor": 3,
"sub": 3
"minor": 4,
"sub": 0
}

View File

@ -3,7 +3,7 @@ sonar.organization=crafty-controller
# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Crafty 4
sonar.projectVersion=4.3.3
sonar.projectVersion=4.4.0
sonar.python.version=3.9, 3.10, 3.11
sonar.exclusions=app/migrations/**, app/frontend/static/assets/vendors/**