add changelog and update readme

This commit is contained in:
Michael Eischer
2023-01-20 22:36:40 +01:00
parent fa795cc66a
commit 40e2a8b1e4
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
Change: Update dependencies and require Go 1.17 or newer
Most dependencies have been updated. Since some libraries require newer language
features, support for Go 1.15-1.16 has been dropped, which means that rest-server now
requires at least Go 1.17 to build.
https://github.com/restic/rest-server/pull/208