diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b9e92b67077ef339593c35cad1a33b03cc79ad1..1a8377f64b568a691b97bc6486d2686b7b30c70b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Apply updated pretix plugin cookiecutter
 - Django 4 compatibility #14
 - Minor translation updates
+- Don't activate plugin by default
 
 ## [1.5.0] - 2022-10-09
 ### Added
diff --git a/pretix_matrix_inviter/apps.py b/pretix_matrix_inviter/apps.py
index d7a402cfc50d55f3f082f32d1b7e193303112d10..aa0777f37e78898a5145b3a3218de09211cb3799 100644
--- a/pretix_matrix_inviter/apps.py
+++ b/pretix_matrix_inviter/apps.py
@@ -9,7 +9,6 @@ except ImportError:
 
 
 class PluginApp(PluginConfig):
-    default = True
     name = "pretix_matrix_inviter"
     verbose_name = "pretix Matrix inviter"