We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6e9fa commit 80badf6Copy full SHA for 80badf6
build.properties
@@ -4,4 +4,4 @@
4
#
5
6
project.name=public-repo
7
-project.version=2.1.0
+project.version=2.1.1
repo.xml
@@ -12,6 +12,11 @@
12
<finish>post-install.xq</finish>
13
<permissions password="repo" user="repo" group="repo" mode="rwxr-xr-x"/>
14
<changelog>
15
+ <change version="2.1.1">
16
+ <ul xmlns="http://www.w3.org/1999/xhtml">
17
+ <li>Fix: Bug introduced in the 'find' endpoint with 2.1.1</li>
18
+ </ul>
19
+ </change>
20
<change version="2.1.0">
21
<ul xmlns="http://www.w3.org/1999/xhtml">
22
<li>New: Minimum required version of eXist is 5.3.0. - <a href="https://github.com/eXist-db/public-repo/pull/67">#67</a></li>
0 commit comments