From ae4a0f4f5f48e22e8135771bad69c40651dc1d24 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Tue, 11 Apr 2023 14:12:13 +0000 Subject: [PATCH] autogen(docs): regenerate and update changelog [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d325aec..7126f0e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -183,6 +183,17 @@ - rerun CI +- Enable GRPC metrics ([#1302](https://github.com/ory/keto/issues/1302)) + ([91c12c9](https://github.com/ory/keto/commit/91c12c935d34952db5b3798990b346091041dff8)): + + - feat: enable GRPC metrics + + - fix: test and server registration + + - fix: GRPC metrics + + - fix: clean up for PR + # [0.11.1-alpha.0](https://github.com/ory/keto/compare/v0.11.0-alpha.0...v0.11.1-alpha.0) (2023-03-09) This release includes small fixes and improvements.