diff --git a/build.gradle.kts b/build.gradle.kts
index a4933503..7dc4d45d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
}
group = "com.github.lppedd"
-version = "0.10.1"
+version = "0.11.0"
repositories {
maven("https://dl.bintray.com/kotlin/kotlin-eap")
diff --git a/change-notes/0_11_0.html b/change-notes/0_11_0.html
new file mode 100644
index 00000000..237691f6
--- /dev/null
+++ b/change-notes/0_11_0.html
@@ -0,0 +1,39 @@
+
0.11.0 (09/04/2020)
+
+ Seventeenth alpha release.
+ New feature, refactoring and fix
+
+
+ -
+ Provided a way to filter out a Provider's completion items directly from the
+ completion's popup.
+
+
+
+
+
+ As of now, if you change the search term, the filters are going to be reset.
+
+
+ This experimental feature brought a massive code update (+ 1300 LOC),
+ and laid the foundation for Provider's parallel execution. In fact the items are no more
+ ordered thanks to pre-ordering Provider's, but only thanks to a weighing system,
+ which updates them as they come in.
+
+
+ Try it out! Feedback is highly appreciated, and ideas are welcomed
+
+
+
+ -
+ Fixed the handling of the closing parenthesis, which couldn't be inserted
+ in certain situations
+
+ -
+ Aligned the behavior of overriding a footer value by completion item
+ and by author's dialog
+
+