From 53bc5bb0131168b0c807e59d95d3e221845fc327 Mon Sep 17 00:00:00 2001 From: openfga-releaser-bot Date: Sun, 19 Jul 2026 23:12:18 +0000 Subject: [PATCH 1/4] chore: release 0.10.4 Release-As: 0.10.4 From 9285204ce999fbbe0fc3e2e0c9442d95dd85a680 Mon Sep 17 00:00:00 2001 From: "openfga-releaser-bot[bot]" <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 23:12:25 +0000 Subject: [PATCH 2/4] release: v0.10.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ example/Example1/Example1.csproj | 2 +- src/OpenFga.Sdk/Constants/FgaConstants.cs | 2 +- src/OpenFga.Sdk/OpenFga.Sdk.csproj | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8c7bf66..e1206f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.3" + ".": "0.10.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a47e4a4..d239eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.4](https://github.com/openfga/dotnet-sdk/compare/v0.10.3...v0.10.4) (2026-07-19) + + +### Fixed + +* compare contextual tuples by value ([#228](https://github.com/openfga/dotnet-sdk/issues/228)) ([0734480](https://github.com/openfga/dotnet-sdk/commit/0734480f1a3597b24dc8881eadb19be4e8642ec5)) + + +### Miscellaneous + +* release 0.10.4 ([53bc5bb](https://github.com/openfga/dotnet-sdk/commit/53bc5bb0131168b0c807e59d95d3e221845fc327)) + ## [0.10.3](https://github.com/openfga/dotnet-sdk/compare/v0.10.2...v0.10.3) (2026-05-20) diff --git a/example/Example1/Example1.csproj b/example/Example1/Example1.csproj index df13647..937664b 100644 --- a/example/Example1/Example1.csproj +++ b/example/Example1/Example1.csproj @@ -11,7 +11,7 @@ - all + all diff --git a/src/OpenFga.Sdk/Constants/FgaConstants.cs b/src/OpenFga.Sdk/Constants/FgaConstants.cs index d4a4276..88698be 100644 --- a/src/OpenFga.Sdk/Constants/FgaConstants.cs +++ b/src/OpenFga.Sdk/Constants/FgaConstants.cs @@ -20,7 +20,7 @@ public static class FgaConstants { /// /// Version of the OpenFGA .NET SDK. /// - public const string SdkVersion = "0.10.3"; // x-release-please-version + public const string SdkVersion = "0.10.4"; // x-release-please-version /// /// User agent used in HTTP requests. diff --git a/src/OpenFga.Sdk/OpenFga.Sdk.csproj b/src/OpenFga.Sdk/OpenFga.Sdk.csproj index ce05a21..4236df8 100644 --- a/src/OpenFga.Sdk/OpenFga.Sdk.csproj +++ b/src/OpenFga.Sdk/OpenFga.Sdk.csproj @@ -13,7 +13,7 @@ .NET SDK for OpenFGA OpenFGA OpenFga.Sdk - 0.10.3 + 0.10.4 bin\$(Configuration)\$(TargetFramework)\OpenFga.Sdk.xml Apache-2.0 README.md From f6f2c75f2c31c685623e1542277294c53300cce9 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 20 Jul 2026 11:47:59 +0530 Subject: [PATCH 3/4] chore: fix up changelog Removed miscellaneous section and fixed formatting in CHANGELOG. --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d239eb6..8bdeda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,7 @@ ### Fixed -* compare contextual tuples by value ([#228](https://github.com/openfga/dotnet-sdk/issues/228)) ([0734480](https://github.com/openfga/dotnet-sdk/commit/0734480f1a3597b24dc8881eadb19be4e8642ec5)) - - -### Miscellaneous - -* release 0.10.4 ([53bc5bb](https://github.com/openfga/dotnet-sdk/commit/53bc5bb0131168b0c807e59d95d3e221845fc327)) +* compare contextual tuples by value ([#228](https://github.com/openfga/dotnet-sdk/issues/228)) ([0734480](https://github.com/openfga/dotnet-sdk/commit/0734480f1a3597b24dc8881eadb19be4e8642ec5)) , Thanks @ihopenre-eng ## [0.10.3](https://github.com/openfga/dotnet-sdk/compare/v0.10.2...v0.10.3) (2026-05-20) From b4adec3eb0aff42a07fc4505cdf7f85d190e0d77 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 20 Jul 2026 11:53:47 +0530 Subject: [PATCH 4/4] fix: remove empty whitespace Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdeda9..ed0766a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixed -* compare contextual tuples by value ([#228](https://github.com/openfga/dotnet-sdk/issues/228)) ([0734480](https://github.com/openfga/dotnet-sdk/commit/0734480f1a3597b24dc8881eadb19be4e8642ec5)) , Thanks @ihopenre-eng +* compare contextual tuples by value ([#228](https://github.com/openfga/dotnet-sdk/issues/228)) ([0734480](https://github.com/openfga/dotnet-sdk/commit/0734480f1a3597b24dc8881eadb19be4e8642ec5)), Thanks @ihopenre-eng ## [0.10.3](https://github.com/openfga/dotnet-sdk/compare/v0.10.2...v0.10.3) (2026-05-20)