From c842a69ab10b6b1db5d7b3e8df50a288e4edb61c Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Wed, 24 May 2023 17:57:57 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef8b963d80..9c9bdb94464 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Table of Contents** -- [ (2023-05-08)](#2023-05-08) +- [ (2023-05-24)](#2023-05-24) - [Bug Fixes](#bug-fixes) - [Features](#features) - [Tests](#tests) @@ -301,12 +301,21 @@ -# [](https://github.com/ory/kratos/compare/v0.13.0...v) (2023-05-08) +# [](https://github.com/ory/kratos/compare/v0.13.0...v) (2023-05-24) ### Bug Fixes - Bump quickstart version ([#3257](https://github.com/ory/kratos/issues/3257)) ([6db70a8](https://github.com/ory/kratos/commit/6db70a81afac5860a86c31881a6fc988096ff0e4)) +- Minor refactorings in package hash + ([#3186](https://github.com/ory/kratos/issues/3186)) + ([831fb19](https://github.com/ory/kratos/commit/831fb19e1c98b9fade3ff61d26ad249c548292d6)) +- **sdk:** Add cookie for updateLogoutFlow + ([#3284](https://github.com/ory/kratos/issues/3284)) + ([95ed2b9](https://github.com/ory/kratos/commit/95ed2b94cc99d40af6bbe57e5356ec0f28cb9b78)): + + Closes https://github.com/ory/sdk/issues/255 + - Use the correct redirect_uri for linkedin social login ([#3269](https://github.com/ory/kratos/issues/3269)) ([27ccecc](https://github.com/ory/kratos/commit/27ccecc1cd490eaa71da7f8235b4b0057b8f14fe)) @@ -352,6 +361,13 @@ - chore: nit config description +- Support exporting of all credential types + ([#3290](https://github.com/ory/kratos/issues/3290)) + ([de6c857](https://github.com/ory/kratos/commit/de6c8574c9c6070458303f9b5caf7e8533f06b69)): + + It's now possible to export all credential types (including passwords) when + calling the `getIdentity` SDK method. + - Support OIDC flows for native apps ([#3216](https://github.com/ory/kratos/issues/3216)) ([cb10609](https://github.com/ory/kratos/commit/cb106097210ac9a146738d06c20a4306c2345923)),