Skip to content

Commit dccea64

Browse files
openfga-releaser-bot[bot]openfga-botrhamzeh
authored
release: v0.10.3 (#221)
* chore: release 0.10.3 Release-As: 0.10.3 * release: v0.10.3 * chore: update v0.10.3 changelog --------- Co-authored-by: openfga-releaser-bot <contact@openfga.dev> Co-authored-by: openfga-releaser-bot[bot] <274031225+openfga-releaser-bot[bot]@users.noreply.github.com> Co-authored-by: Raghd Hamzeh <raghd@rhamzeh.com>
1 parent ff9fcff commit dccea64

5 files changed

Lines changed: 9 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.3-beta.1"
2+
".": "0.10.3"
33
}

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
## [0.10.3-beta.1](https://github.com/openfga/dotnet-sdk/compare/v0.10.2...v0.10.3-beta.1) (2026-05-20)
3+
## [0.10.3](https://github.com/openfga/dotnet-sdk/compare/v0.10.2...v0.10.3) (2026-05-20)
44

55

6-
### Miscellaneous
6+
### Added
7+
8+
* support OAuth2 scopes for client credentials authentication ([#218](https://github.com/openfga/dotnet-sdk/issues/218)) ([ff9fcff](https://github.com/openfga/dotnet-sdk/commit/ff9fcfff1b563e09a75631a5f7e6fa57c762abd9))
79

8-
* release 0.10.3-beta.1 ([0c727a9](https://github.com/openfga/dotnet-sdk/commit/0c727a9f44b0a749c55ab660b3a8c45fe435e1fd))
910

1011
## [0.10.2](https://github.com/openfga/dotnet-sdk/compare/v0.10.0...v0.10.2) (2026-05-14)
1112

example/Example1/Example1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- To target the released version, uncomment this section -->
1212

1313
<ItemGroup>
14-
<PackageReference Include="OpenFga.Sdk" Version="0.10.3-beta.1"><PrivateAssets>all</PrivateAssets></PackageReference><!-- x-release-please-version -->
14+
<PackageReference Include="OpenFga.Sdk" Version="0.10.3"><PrivateAssets>all</PrivateAssets></PackageReference><!-- x-release-please-version -->
1515
</ItemGroup>
1616

1717
<!-- To target the local build, use project reference -->

src/OpenFga.Sdk/Constants/FgaConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ public static class FgaConstants {
2020
/// <summary>
2121
/// Version of the OpenFGA .NET SDK.
2222
/// </summary>
23-
public const string SdkVersion = "0.10.3-beta.1"; // x-release-please-version
23+
public const string SdkVersion = "0.10.3"; // x-release-please-version
2424

2525
/// <summary>
2626
/// User agent used in HTTP requests.
2727
/// </summary>
28-
public const string UserAgent = "openfga-sdk dotnet/0.10.3-beta.1"; // x-release-please-version
28+
public const string UserAgent = "openfga-sdk dotnet/0.10.3"; // x-release-please-version
2929

3030
/// <summary>
3131
/// Example API domain for documentation/tests.

src/OpenFga.Sdk/OpenFga.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Description>.NET SDK for OpenFGA</Description>
1414
<Copyright>OpenFGA</Copyright>
1515
<RootNamespace>OpenFga.Sdk</RootNamespace>
16-
<Version>0.10.3-beta.1</Version><!-- x-release-please-version -->
16+
<Version>0.10.3</Version><!-- x-release-please-version -->
1717
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\OpenFga.Sdk.xml</DocumentationFile>
1818
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)