Skip to content

Commit 72dca92

Browse files
authored
Merge pull request #712 from nextcloud/changelog/1.16.1
Bump version and add changelog
2 parents a4408a5 + 914403c commit 72dca92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.16.1 – 2023-03-23
5+
### Fixed
6+
- Check tag attribute
7+
48
## 1.16.0 – 2023-02-15
59
### Changed
610
- Nextcloud 26 compatibility

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The tags can later be used to control retention, file access, automatic script e
1212
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.
1313
</description>
1414

15-
<version>1.16.0</version>
15+
<version>1.16.1</version>
1616
<licence>agpl</licence>
1717
<author>Joas Schilling</author>
1818
<namespace>FilesAutomatedTagging</namespace>

0 commit comments

Comments
 (0)