From c92f46265e927fa7fec14dd91f6a7e7befec0575 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Thu, 28 Sep 2023 13:20:37 -0700 Subject: [PATCH] chore(docs): Apply suggestions from code review Co-authored-by: Raghd Hamzeh --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69564d..9c033fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### [0.0.5](https://github.com/openfga/java-sdk/compare/v0.0.4...v0.0.5) (2023-09-27) -- feat: introduced higher level OpenFgaClient class -- docs: updated the README with usage instructions + - feat(client): add `OpenFgaClient` wrapping `OpenFgaApi` and exposing a simplified interface. See [docs](https://github.com/openfga/java-sdk?tab=readme-ov-file#initializing-the-api-client) +- chore(docs): update the README with installation and usage instructions ## v0.0.3, v0.0.4