diff --git a/Documentation/docinfo.xml b/Documentation/docinfo.xml
index c71df54b1..8524facdc 100644
--- a/Documentation/docinfo.xml
+++ b/Documentation/docinfo.xml
@@ -1,7 +1,7 @@
-Version 4.1.0 - October 2019
-for version 4.1.0
-2019-10-24
+Version 4.1.1 - October 2019
+for version 4.1.1
+2019-10-31
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
diff --git a/Documentation/includes/global-attributes.asciidoc b/Documentation/includes/global-attributes.asciidoc
index fa1c7f405..9abc956f2 100644
--- a/Documentation/includes/global-attributes.asciidoc
+++ b/Documentation/includes/global-attributes.asciidoc
@@ -13,6 +13,6 @@
// TODO have the build system take care of this
-:release_version: 4.1.0
+:release_version: 4.1.1
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:
diff --git a/NEWS b/NEWS
index d054ddf4f..2e33a4a77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,10 @@
-4.1.1 (2019-XX-XX)
+4.1.1 (2019-10-31)
------------------
-New features
- -
-
-Enhancements
- -
-
Bug fixes
+ - [web] don't allow RDATE unless already defined
+ - [web] don't modify time when computing dates interval (#4861)
+ - [web] swap start-end dates when delta is negative
- [core] use the supplied Sieve creds to fetch the IMAP4 separator (#4846)
- [core] fixed Apple Calendar creation (#4813)
- [eas] fixed EAS provisioning support for Outlook/iOS (#4853)
diff --git a/Version b/Version
index 937375950..4484550ea 100644
--- a/Version
+++ b/Version
@@ -4,4 +4,4 @@
MAJOR_VERSION=4
MINOR_VERSION=1
-SUBMINOR_VERSION=0
+SUBMINOR_VERSION=1