diff --git a/NEWS.md b/NEWS.md
index 53d9643..7cb3a12 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,9 @@
+## 2023-10-11 v1.11.0
+* Logging improvement (MODSENDER-48)
+* Update copyright year (FOLIO-1021)
+* Use GitHub Workflows api-lint and api-schema-lint and api-doc (FOLIO-3678)
+* Update to Java 17 (MODSENDER-61)
+
## 2023-02-23 v1.10.0
* Logging improvement - added log4j configuration (MODSENDER-57)
diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json
index 3bc51eb..b242a70 100644
--- a/descriptors/ModuleDescriptor-template.json
+++ b/descriptors/ModuleDescriptor-template.json
@@ -4,11 +4,11 @@
"requires": [
{
"id" : "users",
- "version" : "15.0 16.0"
+ "version" : "16.0"
},
{
"id" : "email",
- "version" : "1.0"
+ "version" : "1.1"
}
],
"provides": [
diff --git a/pom.xml b/pom.xml
index 327f189..f020e15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.folio
mod-sender
- 1.11.0-SNAPSHOT
+ 1.11.1-SNAPSHOT
jar