diff --git a/.teamcity/_Self/buildTypes/Release.kt b/.teamcity/_Self/buildTypes/Release.kt
index 965c2f93e..4a3752d2f 100644
--- a/.teamcity/_Self/buildTypes/Release.kt
+++ b/.teamcity/_Self/buildTypes/Release.kt
@@ -10,7 +10,7 @@ object Release : BuildType({
   description = "Build and publish IdeaVim plugin"
 
   artifactRules = "build/distributions/*"
-  buildNumberPattern = "0.62"
+  buildNumberPattern = "0.63"
 
   params {
     param("env.ORG_GRADLE_PROJECT_ideaVersion", "2020.2")
diff --git a/.teamcity/_Self/buildTypes/ReleaseEap.kt b/.teamcity/_Self/buildTypes/ReleaseEap.kt
index 6f0e185d2..c179d7988 100644
--- a/.teamcity/_Self/buildTypes/ReleaseEap.kt
+++ b/.teamcity/_Self/buildTypes/ReleaseEap.kt
@@ -13,7 +13,7 @@ object ReleaseEap : BuildType({
   description = "Build and publish EAP of IdeaVim plugin"
 
   artifactRules = "build/distributions/*"
-  buildNumberPattern = "0.62.%build.counter%"
+  buildNumberPattern = "0.63.%build.counter%"
 
   params {
     param("env.ORG_GRADLE_PROJECT_ideaVersion", "2020.2")
diff --git a/AUTHORS.md b/AUTHORS.md
index dbc5694f7..7637d2843 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -335,6 +335,10 @@ Contributors:
   [![icon][github]](https://github.com/shaunpatterson)
    
   Shaun Patterson
+* [![icon][mail]](mailto:vladimir.petrenko@jetbrains.com)
+  [![icon][github]](https://github.com/vladimir-petrenko)
+   
+  Vladimir Petrenko
                         
 If you are a contributor and your name is not listed here, feel free to
 contact the maintainers.
diff --git a/CHANGES.md b/CHANGES.md
index ae2433510..a2140f057 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -22,6 +22,17 @@ 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.
 
+## 0.63, 2020-12-16
+
+### Changes:
+* Update the minimal required IJ version: 2020.2+
+
+### Fixes:
+* [CWM-927](https://youtrack.jetbrains.com/issue/CWM-927) Fix typing for CodeWithMe and IdeaVim
+
+### Merged PRs:
+* [259](https://github.com/JetBrains/ideavim/pull/259) by [Vladimir Petrenko](https://github.com/vladimir-petrenko): CWM-927 disable vim for client's hidden editor on host
+
 ## 0.62, 2020-12-15
 
 ### Features: