diff --git a/.intellijPlatform/coroutines-javaagent-legacy.jar b/.intellijPlatform/coroutines-javaagent-legacy.jar
index 8fa78e2..8a73742 100644
Binary files a/.intellijPlatform/coroutines-javaagent-legacy.jar and b/.intellijPlatform/coroutines-javaagent-legacy.jar differ
diff --git a/.intellijPlatform/self-update.lock b/.intellijPlatform/self-update.lock
index 667c5a6..3659e5d 100644
--- a/.intellijPlatform/self-update.lock
+++ b/.intellijPlatform/self-update.lock
@@ -1 +1 @@
-2026-03-02
\ No newline at end of file
+2026-04-03
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 0852e89..399d521 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
}
group = "com.sdk.generators.actionmodels.v3"
-version = "2.1.1"
+version = "2.1.2"
repositories {
mavenCentral()
@@ -37,6 +37,12 @@ intellijPlatform {
}
changeNotes = """
+
[2.1.2]
+
+ - Feature: Grouped database actions into a single "Generate Action Models" popup menu.
+ - UI: Renamed base action to "Generate Action Models V2" to distinguish it from V3.
+ - UI: Improved context menu organization by placing grouped actions at the top of the Database View menu.
+
[2.1.1]
- Update: Case-insensitive column type mapping in GUtils.java.
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index a12fc35..aaa219e 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -10,7 +10,13 @@
Right-click on a package and select "Generate Database Action Models" to start.
]]>
-[2.1.2]
+
+ - Feature: Grouped database actions into a single "Generate Action Models" popup menu.
+ - UI: Renamed base action to "Generate Action Models V2" to distinguish it from V3.
+ - UI: Improved context menu organization by placing grouped actions at the top of the Database View menu.
+
[2.1.1]
- Update: Case-insensitive column type mapping in GUtils.java.
@@ -55,29 +61,24 @@
com.intellij.database
-
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+