diff --git a/.gitlab/changelog_config.yml b/.gitlab/changelog_config.yml
index bf0289c402e8849d6f8f62c4e1f9900da9b91f2d..6b27b2d7632daca61ca97fbdcc17a4bb13c6c14c 100644
--- a/.gitlab/changelog_config.yml
+++ b/.gitlab/changelog_config.yml
@@ -11,6 +11,7 @@ categories:
   removed: Removed
   security: Security
   performance: Performance
+  development: Development
   other: Other
 
 tag_regex: '^(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<pre>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<meta>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$'