diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4aa9e3c..de9da9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,16 @@
## Unreleased
+## 0.10.3
+
+### Changed
+
+- Fix plugin crash due to exception with `ActionUpdateThread.OLD_EDT`
+ - Fixes [#73](https://github.com/TheBlob42/idea-which-key/issues/73)
+
## 0.10.2
-## Changed
+### Changed
- Fix the handling of `` characters for mapping descriptions
- Fixes [#61](https://github.com/TheBlob42/idea-which-key/issues/61)
diff --git a/build.gradle.kts b/build.gradle.kts
index 52b3585..953c7f6 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
}
group = "eu.theblob42.idea.whichkey"
-version = "0.10.2"
+version = "0.10.3"
repositories {
mavenCentral()
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 7867de4..74f838c 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -29,15 +29,14 @@
- 0.10.2
+ 0.10.3
- - Fixes handling of the Backslash character
- - Fixes edge case for mapping that accept motions (e.g. surround)
+ - Fix plugin exception about ActionUpdateThread.OLD_EDT
]]>
- 0.10.2
+ 0.10.3
com.intellij.modules.platform
IdeaVIM