diff --git a/.buildkite/RELEASE.md b/.buildkite/RELEASE.md index 69c0fd5a3..4c42eed13 100644 --- a/.buildkite/RELEASE.md +++ b/.buildkite/RELEASE.md @@ -1 +1 @@ - + diff --git a/BREAKING.md b/BREAKING.md index 5a9a6ed68..9eec2fe03 100644 --- a/BREAKING.md +++ b/BREAKING.md @@ -15,6 +15,10 @@ breaking changes and about what you should do to overcome those changes. * The LDAP authentication backends `skip_verify` option has been deprecated (replaced by `authentication_backend.ldap.tls.skip_verify`) * The LDAP authentication backends `minimum_tls_version` option has been deprecated (replaced by `authentication_backend.ldap.tls.minimum_version`) +Examples can be found in the documentation for the new [shared TLS config](https://www.authelia.com/docs/configuration/#tls-configuration), +for the [LDAP authentication backend](https://www.authelia.com/docs/configuration/authentication/ldap.html), and for the +[SMTP notifier backend](https://www.authelia.com/docs/configuration/notifier/smtp.html). + ## Breaking in v4.24.0 ### Deprecation Notice(s)