diff --git a/build.gradle.kts b/build.gradle.kts
index d545ff97..71db9965 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
group = "com.github.lppedd"
-version = "0.11.1"
+version = "0.12.0"
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
diff --git a/change-notes/0_12_0.html b/change-notes/0_12_0.html
new file mode 100644
index 00000000..c94ff03a
--- /dev/null
+++ b/change-notes/0_12_0.html
@@ -0,0 +1,25 @@
+
0.12.0 (10/04/2020)
+
+ Nineteenth alpha release.
+ Feature, fixes and refactoring
+
+
+ -
+ In a mission to have parity of behavior for context and template completion, I've enhanced
+ the template completion with a step for body/footer types.
+ You'll also notice the scope parentheses, if empty, aren't removed as soon as you complete them;
+ this change means you'll be able to go back and forth on all segments. Also,
+ after template's completion the core engine will reposition the cursor and delete the empty
+ scope's parentheses.
+ You can follow issue 25
+ for other future changes. The work to do is a lot!
+
+ -
+ Fixed the jerky new experimental on-the-fly filtering of completion elements. This took
+ an enormous effort, as I had to debug the completion mechanism and hook in the right places.
+ The filtering behavior will for sure be enhanced again in the future, per your issues or requests
+
+ -
+ Used safe methods to submit work eligible for cancellation
+
+