diff --git a/docs/CHANGELOG.html b/docs/CHANGELOG.html
index 5dfb8ab..03ff3ec 100644
--- a/docs/CHANGELOG.html
+++ b/docs/CHANGELOG.html
@@ -1,5 +1,10 @@
Changelog
+2.0.12 on 2024-11-19
+
+ - Updated plugin to ensure compatibility with IntelliJ IDEA 2024.3.* (build 243.*)
+
+
2.0.11 on 2024-08-30
- Updated plugin to ensure compatibility with IntelliJ IDEA 2024.2.* (build 242.*)
diff --git a/gradle.properties b/gradle.properties
index 6b6feb1..90caf1a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,7 +7,7 @@ pluginVersion = 2.0.12
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
-pluginUntilBuild = 242.*
+pluginUntilBuild = 243.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformType = IC