From 19bdaba65fef5da2e8e54fbcb7ab4d4bc2522a17 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 13 Nov 2023 16:07:56 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 24e2cc7..5331763 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -412,3 +412,13 @@ [1.24.0] * Update base image to 4.2.0 +[1.25.0] +* Update Syncthing to 1.26.0 +* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.26.0) +* #9106: Posting config with invalid versioner type causes panic +* #9120: Deduplicated files on Windows aren't treated as regular files any more (Go 1.21) +* #9133: Syncthing Docker container fails to start if underlying filesystem doesn't support chown +* #9143: traefik no longer url escape X-Forwarded-Tls-Client-Cert header +* #9149: Favicon is stuck in notify state +* #4137: Use a real login screen + sessions instead of HTTP basic auth + diff --git a/CloudronManifest.json b/CloudronManifest.json index cf4a61b..f6690fa 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "1.24.0", - "upstreamVersion": "1.25.0", + "version": "1.25.0", + "upstreamVersion": "1.26.0", "healthCheckPath": "/healthcheck", "httpPort": 8000, "addons": {