diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml
index dccd9221940..1d18fb78fa6 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml
+++ b/idea/resources-descriptors/META-INF/plugin.xml
@@ -18,6 +18,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.30-M1
+
+ - Kotlin/Native: support for Apple silicon, improved Kotlin DSL for Cocoapods Gradle plugin, optimized access to object declarations with `const val`s only, and debugger improvements.
+ - Kotlin Multiplatform: sharing custom `cinterop` libraries between platforms, new default publishing setup for Android artifacts, and XCFrameworks support.
+ - Kotlin/JS: source maps generation and incremental compilation support for the IR compiler backend.
+ - Swift/Objective-C interop: experimental interoperability with Swift 5.5 async/await, improved singleton mapping.
+ - Passing by value for more C structs using C interop.
+ - Compiler improvements: requiring opt-in on implicit usages of experimental APIs, changes in using opt-in requirement annotations with different targets.
+
+ Learn more in the changelog.
+
1.5.21
A bug fix release for Kotlin 1.5.20. Learn more in the changelog.
diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42
index 072ab8d8a10..825601dcb2b 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml.as42
+++ b/idea/resources-descriptors/META-INF/plugin.xml.as42
@@ -18,6 +18,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.30-M1
+
+ - Kotlin/Native: support for Apple silicon, improved Kotlin DSL for Cocoapods Gradle plugin, optimized access to object declarations with `const val`s only, and debugger improvements.
+ - Kotlin Multiplatform: sharing custom `cinterop` libraries between platforms, new default publishing setup for Android artifacts, and XCFrameworks support.
+ - Kotlin/JS: source maps generation and incremental compilation support for the IR compiler backend.
+ - Swift/Objective-C interop: experimental interoperability with Swift 5.5 async/await, improved singleton mapping.
+ - Passing by value for more C structs using C interop.
+ - Compiler improvements: requiring opt-in on implicit usages of experimental APIs, changes in using opt-in requirement annotations with different targets.
+
+ Learn more in the changelog.
+
1.5.21
A bug fix release for Kotlin 1.5.20. Learn more in the changelog.