From 0c5ea9bf735a67ef35011ba41d7f98afc6f8e118 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:27:24 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c915a12a38b1..1a461000c251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Table of Contents** -- [ (2023-12-13)](#2023-12-13) +- [ (2023-12-14)](#2023-12-14) - [Breaking Changes](#breaking-changes) - [Bug Fixes](#bug-fixes) - [Documentation](#documentation) @@ -314,7 +314,7 @@ -# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-12-13) +# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-12-14) ## Breaking Changes @@ -448,6 +448,14 @@ https://github.com/ory/kratos/pull/3480 - Don't return 500 on conflict for POST /admin/identities ([#3437](https://github.com/ory/kratos/issues/3437)) ([1429949](https://github.com/ory/kratos/commit/142994932e449d9948148804502c98ef73daafff)) +- Don't return nil if code is invalid + ([#3662](https://github.com/ory/kratos/issues/3662)) + ([df8ec2b](https://github.com/ory/kratos/commit/df8ec2b9b77a53beb32e3f94a8fccb711896d8e7)): + + - fix: don't return nil if code is invalid + + - chore: add test + - Error handling on identity import ([#3520](https://github.com/ory/kratos/issues/3520)) ([83bfb2d](https://github.com/ory/kratos/commit/83bfb2d2a9c69bf3a3442500b9484c1a69f8c794)):