From d907238089ee930887670fccb789486aeb96b332 Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Thu, 28 Sep 2023 13:34:55 -0700 Subject: [PATCH] chore(java-sdk): Update Changelog entries Co-authored-by: Raghd Hamzeh --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69564d..f38be19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,9 @@ ### [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