diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ebee214447..afb90f96a9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Table of Contents** -- [ (2024-04-05)](#2024-04-05) +- [ (2024-04-16)](#2024-04-16) - [Breaking Changes](#breaking-changes) - [Bug Fixes](#bug-fixes) - [Features](#features) @@ -322,7 +322,7 @@ -# [](https://github.com/ory/kratos/compare/v1.1.0...v) (2024-04-05) +# [](https://github.com/ory/kratos/compare/v1.1.0...v) (2024-04-16) ## Breaking Changes @@ -376,6 +376,8 @@ defaults to `false`. - Improve SDK discriminators ([#3844](https://github.com/ory/kratos/issues/3844)) ([c08b3ad](https://github.com/ory/kratos/commit/c08b3ad76c5adb712c945cdbd92a9a51832e94b9)) +- Linkedin issuer override ([#3875](https://github.com/ory/kratos/issues/3875)) + ([11d221a](https://github.com/ory/kratos/commit/11d221a4d33878930ca7025ae1b5c18b25dd1add)) - Make sure emails can still be sent with SMS enabled ([#3795](https://github.com/ory/kratos/issues/3795)) ([7c68c5a](https://github.com/ory/kratos/commit/7c68c5aa69ed76a84a37a37a3555277ddc772cf8)) @@ -414,6 +416,9 @@ defaults to `false`. user-controlled and these endpoints could not be used fully due to the backend ignoring any value other than `true` (all lowercase). +- Use correct post-verification identity state in post-hooks + ([#3863](https://github.com/ory/kratos/issues/3863)) + ([6e63d06](https://github.com/ory/kratos/commit/6e63d06db1cd1ab62f8a2d0b202ec74572420204)) - Webhook transient payload in OIDC login flows ([#3857](https://github.com/ory/kratos/issues/3857)) ([2cdfc70](https://github.com/ory/kratos/commit/2cdfc70c726a166790b98d419895f0396d13176f)):