diff --git a/package-lock.json b/package-lock.json
index 4f1bfcc..79336b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "templating",
- "version": "1.0.4",
+ "version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "templating",
- "version": "1.0.4",
+ "version": "1.1.0",
"license": "LGPL-2.1",
"devDependencies": {
"@existdb/gulp-exist": "^4.3.2",
diff --git a/package.json b/package.json
index b155cc4..85899f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "templating",
- "version": "1.0.4",
+ "version": "1.1.0",
"description": "eXist-db HTML Templating Library",
"homepage": "https://github.com/eXist-db/templating#readme",
"bugs": "https://github.com/eXist-db/templating/issues",
diff --git a/repo.xml.tmpl b/repo.xml.tmpl
index caef49d..b13f7bf 100644
--- a/repo.xml.tmpl
+++ b/repo.xml.tmpl
@@ -8,6 +8,13 @@
true
library
+
+
+ - New: Facility for filtering of templating-specific data attributes from output - #15
+ - New: Improved CI with test on minimum required version and ability to run exist as service - #16
+ - Fix: Handling of integer types in function signatures - #19
+
+
- Fix form control: radio button & checkbox inputs - #9