From 5eb14edea67754297775ba693a279b1a5d2b9e14 Mon Sep 17 00:00:00 2001 From: aeneasr Date: Mon, 27 Jul 2020 14:17:49 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcde5d1cc95..6c1669b3a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,7 +101,7 @@ -# [Unreleased](https://github.com/ory/kratos/compare/v0.4.6-alpha.1...064b305ab31dc003ccb5992eb1ed2804f85085b9) (2020-07-27) +# [Unreleased](https://github.com/ory/kratos/compare/v0.4.6-alpha.1...52bd839ea9fe8de1aac4663b9dc0a88ae18a5765) (2020-07-27) ### Bug Fixes @@ -157,7 +157,9 @@ ### Tests +* Add handler update tests ([aea1fb8](https://github.com/ory/kratos/commit/aea1fb807a16acd8406b94a72c3b39be8c3e1280)), closes [#325](https://github.com/ory/kratos/issues/325) * Add test for no-cache on public router ([b8aa63b](https://github.com/ory/kratos/commit/b8aa63b7ebd269a87578e8a5c6b2df27e18f9efa)) +* Replace e2e-memory with unit test ([52bd839](https://github.com/ory/kratos/commit/52bd839ea9fe8de1aac4663b9dc0a88ae18a5765)), closes [#580](https://github.com/ory/kratos/issues/580) ### BREAKING CHANGES