diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4cb144..5ad04cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- refactoring docker system
- [#29](https://github.com/green-code-initiative/ecoCode-python/issues/29) Add test to ensure all Rules are registered
+- [#24](https://github.com/green-code-initiative/ecoCode-python/issues/24) Set correct required language because the plugin wasn't loaded anymore
### Deleted
diff --git a/pom.xml b/pom.xml
index 09ce8a2..9953d41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
${sonarqube.version}
true
${java.version}
- python
+ py
${buildNumber}