diff --git a/docs/releases.md b/docs/releases.md index 570af94a..4e96d37a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -9,6 +9,13 @@ Thank to sigmahour ## Release 0.9.2 +### feat: added ability to skip ssl verification (#103) +The flag `-skip-verify-ssl=TRUE` permit a connection with an immich server using a self signed certificate. + +Thank to sigmahour + +## Release 0.9.2 + ### fix Trim leading slashes from -server flag This fixes the error invalid character '<' looking for beginning of value when the URL of the service ends with a `/`.