- 1.1.4
diff --git a/doc/build/changelog.rst b/doc/build/changelog.rst
index 36066ee..5254cf7 100644
--- a/doc/build/changelog.rst
+++ b/doc/build/changelog.rst
@@ -8,7 +8,15 @@
 
 .. changelog::
     :version: 1.1.4
-    :include_notes_from: unreleased
+    :released: Thu Jan 14 2021
+
+    .. change::
+        :tags: bug, py3k
+        :tickets: 328
+
+        Fixed Python deprecation issues related to module importing, as well as
+        file access within the Lingua plugin, for deprecated APIs that began to
+        emit warnings under Python 3.10.  Pull request courtesy Petr Viktorin.
 
 .. changelog::
     :version: 1.1.3
diff --git a/doc/build/conf.py b/doc/build/conf.py
index a2010ba..8c3b1ab 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -88,7 +88,7 @@
 # The short X.Y version.
 version = mako.__version__
 # The full version, including alpha/beta/rc tags.
-release = "1.1.3"
+release = "1.1.4"
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/build/unreleased/328.rst b/doc/build/unreleased/328.rst
deleted file mode 100644
index a3fba59..0000000
--- a/doc/build/unreleased/328.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, py3k
-    :tickets: 328
-
-    Fixed Python deprecation issues related to module importing, as well as
-    file access within the Lingua plugin, for deprecated APIs that began to
-    emit warnings under Python 3.10.  Pull request courtesy Petr Viktorin.