From 231c9b1aff18c269d476b532ddf06c39aade6b9f Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:03:11 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e5ebb6c..92b652971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ **Table of Contents** -- [0.0.0 (2022-08-30)](#000-2022-08-30) +- [0.0.0 (2022-08-31)](#000-2022-08-31) - [Bug Fixes](#bug-fixes) - [Build System](#build-system) - [Code Refactoring](#code-refactoring) @@ -133,7 +133,7 @@ -# [0.0.0](https://github.com/ory/keto/compare/v0.9.0-alpha.0...v0.0.0) (2022-08-30) +# [0.0.0](https://github.com/ory/keto/compare/v0.9.0-alpha.0...v0.0.0) (2022-08-31) ### Bug Fixes @@ -145,6 +145,9 @@ Enable TLS and certificate checking in the gRPC client when communicating with remote hosts. +- Uuid mapping migration paginates + ([3a5fb2c](https://github.com/ory/keto/commit/3a5fb2c06e436b5712058d8845cb92f94f3787b9)) + ### Build System - Do not include VCS info ([#990](https://github.com/ory/keto/issues/990))