This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 859146074b06c8336f474b83e8b6018e6f50236d
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Tue Mar 9 22:28:08 2021 +0100

    2.11.0-git-04
---
 ChangeLog.md                                              | 15 ++++++++++++++-
 .../src/main/java/org/apache/wiki/api/Release.java        |  2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index 56eb26e..a078999 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -17,6 +17,19 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+**2021-03-09  Juan Pablo Santos (juanpablo AT apache DOT org)**
+
+* _2.11.0-git-04_
+
+* [JSPWIKI-1146](https://issues.apache.org/jira/browse/JSPWIKI-1146) - Add 
[AWS Kendra as a Search 
Provider](https://jspwiki-wiki.apache.org/Wiki.jsp?page=KendraSearchProvider)
+    * Merged [PR #46](https://github.com/apache/jspwiki/pull/46), contributed 
by Julien Masnada, thanks!
+
+* [JSPWIKI-1144](https://issues.apache.org/jira/browse/JSPWIKI-1144) - Minor 
performance improvement
+  * Merged [PR #36](https://github.com/apache/jspwiki/pull/36), contributed by 
Arturo Bernal, thanks!
+
+* [JSPWIKI-1147](https://issues.apache.org/jira/browse/JSPWIKI-1147) - The 
button "Clear user preferences" 
+doesn't clear user preferences
+
 **2021-01-11  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
 * _2.11.0-git-03_
@@ -32,7 +45,7 @@ using a `TestEngine` could end up processing events using 
managers registered by
 * Tests using in-memory `Hsql` servers start them on random ports, in order to 
allow concurrent builds.
 
 * Dependency updates
-  * Selenide to 5.17.3
+    * Selenide to 5.17.3
 
 **2021-01-01  Juan Pablo Santos (juanpablo AT apache DOT org)**
 
diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java 
b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
index fdb9fec..6569871 100644
--- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
+++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java
@@ -69,7 +69,7 @@ public final class Release {
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "git-03";
+    public static final String     BUILD         = "git-04";
 
     /**
      *  This is the generic version string you should use when printing out 
the version.  It is of

Reply via email to