diff --git a/CHANGELOG.md b/CHANGELOG.md index 348b91466a9..ac98b9c9d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,24 @@ ## [Unreleased] -## [4.11.1] - 2024-09-24 +## [4.11.2] - 2025-12-16 + +### Changed + +- Update app template. #1671 +- Multiple dependency updates. #1665 #1670 #1672 + +### Fixed + +- Bump minimum Nextcloud version for outdated app status check. #1673 + +## [4.11.1] - 2025-09-24 ### Changed - Use more outlined icons. #1653 -## [4.11.0] - 2024-09-23 +## [4.11.0] - 2025-09-23 ### Added @@ -26,7 +37,7 @@ - Multiple dependency updates. #1331 #1541 #1627 #1630 #1633 #1642 #1644 #1647 - Multiple documentation updates. #1624 #1636 -## [4.10.0] - 2024-05-30 +## [4.10.0] - 2025-05-30 ### Added diff --git a/docs/conf.py b/docs/conf.py index 0c1cff25b25..ea336079513 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = str(datetime.now().year) + " Nextcloud GmbH" # noqa author = "Nextclouders" -version = "4.11.1" +version = "4.11.2" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 76a7f5afcbf..98d5cbef9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ requires = [ [tool.poetry] name = "nextcloudappstore" -version = "4.11.1" +version = "4.11.2" description = "App store for Nextcloud apps" authors = [ "Alexander Piskun ",