diff --git a/.teamcity/_Self/Constants.kt b/.teamcity/_Self/Constants.kt
index bc664a730..ab5f33a62 100644
--- a/.teamcity/_Self/Constants.kt
+++ b/.teamcity/_Self/Constants.kt
@@ -5,6 +5,6 @@ object Constants {
   const val EAP = "eap"
   const val DEV = "Dev"
 
-  const val VERSION = "0.66"
-  const val DEV_VERSION = "0.67"
+  const val VERSION = "0.67"
+  const val DEV_VERSION = "0.68"
 }
diff --git a/CHANGES.md b/CHANGES.md
index af3a9f412..cbd5f46f5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -22,7 +22,7 @@ It is important to distinguish EAP from traditional pre-release software.
 Please note that the quality of EAP versions may at times be way below even
 usual beta standards.
 
-## To Be Released
+## 0.67, 2021-05-20
 
 ### Features:
 * Support `sethandler` command to configure shortcuts conflicts via `~/.ideavimrc` file. See [docs](https://jb.gg/vim-sethandler).
diff --git a/README.md b/README.md
index d08852059..3c71fcb1b 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Here are some examples of supported vim features and commands:
 * ReplaceWithRegister
 * vim-exchange
 * vim-highlightedyank
-* vim-paragraph-motion [To Be Released]
+* vim-paragraph-motion
 
 See also:
 
diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml
index 136aa1b3a..2ac33c26e 100644
--- a/resources/META-INF/plugin.xml
+++ b/resources/META-INF/plugin.xml
@@ -10,6 +10,14 @@
      <li>Support <code>vim-paragraph-motion</code> extension <a href="https://youtrack.jetbrains.com/issue/VIM-2290">VIM-2290</a> |
        <a href="https://github.com/dbakker/vim-paragraph-motion">vim-paragraph-motion</a>
      </li>
+     <li>Add "Reset Handlers" button for "Conflicting Shortcuts" setting table
+     </li>
+     </ul>
+
+     <h3>Changes:</h3>
+     <ul>
+     <li>Rename "Vim Emulation" in settings to "Vim"
+     </li>
      </ul>
 
      <h3>Fixes:</h3>