From 6fe86577a8a0e3dc6db36e8a5c0fdd571b48a521 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:38:37 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8975ff0de52..6f161dac81c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Table of Contents** -- [ (2023-08-11)](#2023-08-11) +- [ (2023-08-13)](#2023-08-13) - [Bug Fixes](#bug-fixes) - [Documentation](#documentation) - [Features](#features) @@ -309,7 +309,7 @@ -# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-08-11) +# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-08-13) ### Bug Fixes @@ -320,6 +320,12 @@ - fix: accept all 200 responses as OK in courier +- Accept login_challenge after verification + ([#3427](https://github.com/ory/kratos/issues/3427)) + ([6b02350](https://github.com/ory/kratos/commit/6b02350c21aa65decd1bb16e559e1cc7dae42d55)): + + Part of https://github.com/ory/network/issues/320 + - Carry `oauth2_login_challenge` over to registration flow ([#3419](https://github.com/ory/kratos/issues/3419)) ([76241be](https://github.com/ory/kratos/commit/76241bee3dc7fec4690346ee85bc4b9f897fdd34)):