Skip to content

Commit 299acf6

Browse files
authored
Merge pull request #1052 from nextcloud/release/v1.14.0
Release v1.14.0
2 parents d0ad19b + 5beb4e9 commit 299acf6

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
- SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
5+
# 1.14.0 - 21 Aug 2025
6+
7+
- Support for Nextcloud 32
8+
9+
# 1.13.0 - 20 Feb 2025
10+
11+
- Support for Nextcloud 31
12+
13+
# 1.12.1 - 18 Feb 2025
14+
15+
- Fix UI
16+
517
# 1.12.0 - 20 Aug 2024
618

719
- Support for Nextcloud 30

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ case $input in
3838
sed -i -E "s|^\t<version>.+</version>|\t<version>$version</version>|" appinfo/info.xml
3939

4040
# Add changed files to git
41-
# git add CHANGELOG.md
41+
git add CHANGELOG.md
4242
git add appinfo/info.xml
4343

4444
# Bump npm version, commit and tag

0 commit comments

Comments
 (0)