diff --git a/CHANGES.rst b/CHANGES.rst
index 451fed50139f93b60ea260264c095b909bda10ec..1bafb293746578d7f784095e257d1f91a6e66b62 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,9 +19,10 @@ Version 2021.2 (released 2021-12-07, updated 2021-12-15)
 - Add option to show/hide users' full names
 
 
-Version 2022.1 (released 2022-03-25)
+Version 2022.1 (released 2022-03-25, updated 2022-07-04)
 
 - Rename old 'orphans' subcommand for files to 'zombies'
 - Add 'orphans' subcommand for files that operates on orphaned DB entries
 - Add command to verify the integrity of all files
 - Update file verification commands for drafts and records
+- Automatically increase bucket limits when adding files to drafts
diff --git a/invenio_utilities_tuw/version.py b/invenio_utilities_tuw/version.py
index a386c6c751c4d27d85aa65f629dcd5fca491c27b..a0c0764234c853074f9f89e333e8ec0d8e581c01 100644
--- a/invenio_utilities_tuw/version.py
+++ b/invenio_utilities_tuw/version.py
@@ -12,4 +12,4 @@ This file is imported by ``invenio_utilities_tuw.__init__``,
 and parsed by ``setup.py``.
 """
 
-__version__ = "2022.1.0"
+__version__ = "2022.1.1"