diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5da269af..25d0b5f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.16.1 – 2023-03-23
+### Fixed
+- Check tag attribute
+
## 1.16.0 – 2023-02-15
### Changed
- Nextcloud 26 compatibility
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d805b35b..22f6584d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@ The tags can later be used to control retention, file access, automatic script e
To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.
- 1.16.0
+ 1.16.1
agpl
Joas Schilling
FilesAutomatedTagging