From 5b456b3c243b43257dda690bf233e0bae6e48ada Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 22 Sep 2021 05:39:02 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c99c120427fc..3512188e4958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ **Table of Contents** -- [ (2021-09-21)](#2021-09-21) +- [ (2021-09-22)](#2021-09-22) - [Bug Fixes](#bug-fixes) - [Documentation](#documentation) - [Features](#features) @@ -207,11 +207,12 @@ -# [](https://github.com/ory/kratos/compare/v0.7.6-alpha.1...v) (2021-09-21) +# [](https://github.com/ory/kratos/compare/v0.7.6-alpha.1...v) (2021-09-22) ### Bug Fixes +* API client leaks stack trace with an error ([#1772](https://github.com/ory/kratos/issues/1772)) ([d3aff6d](https://github.com/ory/kratos/commit/d3aff6d3eb11942fbfd6f2de71f4399053075b62)), closes [#1771](https://github.com/ory/kratos/issues/1771) * Correct swagger path for /identities/:id/session endpoint ([#1756](https://github.com/ory/kratos/issues/1756)) ([d614f2a](https://github.com/ory/kratos/commit/d614f2a737eef90ad60a4bdedae248b74131ff35)) * Omitempty for VerifiedAt and StateChangedAt ([#1736](https://github.com/ory/kratos/issues/1736)) ([bf2ec6e](https://github.com/ory/kratos/commit/bf2ec6e6ae8d656ea6dcac037dedd3603ad12915)):