Version 1.20.1

This commit is contained in:
Girish Ramakrishnan 2022-05-04 13:09:25 -07:00
parent df82aa0431
commit ea40502236
2 changed files with 7 additions and 2 deletions

View File

@ -299,3 +299,8 @@
* #8202: Indicate folders / devices where the remote end has not accepted sharing. * #8202: Indicate folders / devices where the remote end has not accepted sharing.
* #8282: Change default log format to include date * #8282: Change default log format to include date
[1.20.1]
* Update Syncthing to 1.20.1
* [Full changelog](https://github.com/syncthing/syncthing/releases/tag/v1.20.1)
* #8320: Spurious failure of new connections ("unknown (newer?) version of the protocol" etc)

View File

@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"tagline": "Decentralized file synchronization", "tagline": "Decentralized file synchronization",
"version": "1.20.0", "version": "1.20.1",
"upstreamVersion": "1.20.0", "upstreamVersion": "1.20.1",
"healthCheckPath": "/healthcheck", "healthCheckPath": "/healthcheck",
"httpPort": 8000, "httpPort": 8000,
"addons": { "addons": {