diff --git a/build.gradle.kts b/build.gradle.kts
index a9dd9a7d..ed2efa42 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
group = "com.github.lppedd"
-version = "0.14.0"
+version = "0.15.0"
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
diff --git a/change-notes/0_15_0.html b/change-notes/0_15_0.html
new file mode 100644
index 00000000..c73edae7
--- /dev/null
+++ b/change-notes/0_15_0.html
@@ -0,0 +1,22 @@
+
0.15.0 (13/04/2020)
+
+ Twenty-second alpha release.
+ Feature
+
+
+ -
+ Kept the completion's pop-up menu open after using the settings or filtering menu items.
+ This change makes using the completion's pop-up much easier, as you no longer have to
+ reopen it each time, the plug-in will do it for you transparently.
+
+
+Changes from 0.14.0
+
+ - Implemented a new Provider's filter type, which allow to "keep only selected" Provider
+ -
+ Allowed changing completion type (Standard / Template) and Provider's filter type
+ (Keep selected / Hide selected) from the completion pop-up's menu. No need to open Settings
+ for that from now on! ;)
+
+ - For template completion, refactored the "No scope" element to behave better
+