From b9e349ce3e720395a525fc89727665e6faf94f02 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Thu, 23 Oct 2025 13:12:14 +0100 Subject: [PATCH] docs: update liststores entry to include credit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970862dd..b589759c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Add support for write conflict options (#234) - The SDK now supports setting a `onDuplicate` for writing tuples (`ClientWriteOptions` or `ClientWriteTuplesOptions`) and `onMissing` (`ClientWriteOptions` or `ClientDeleteTuplesOptions`) for deleting tuples. See the [documentation](https://github.com/openfga/java-sdk#conflict-options-for-write-operations) for more details. - Add support for `name` filter on `ListStores` (#237) + - Thanks to @Oscmage and @varkart for their work on this! ## v0.9.1