Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions SDK/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [1.1.0](https://github.com/privy-io/unity-sdk/compare/v1.0.0...v1.1.0) (2026-04-15)


### Added

* implements GenerateAuthorizationSignature support on PrivyUser ([#29](https://github.com/privy-io/unity-sdk/issues/29)) ([e921537](https://github.com/privy-io/unity-sdk/commit/e9215376043e915efc9becd70545c8f1f30f0b1c))

## [1.0.0](https://github.com/privy-io/unity-sdk/compare/v0.9.0...v1.0.0) (2026-04-07)


Expand Down
2 changes: 1 addition & 1 deletion SDK/Runtime/Utils/SdkVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Privy.Utils
public static class SdkVersion
{
// x-release-please-start-version
public const string VersionNumber = "1.0.0";
public const string VersionNumber = "1.1.0";
// x-release-please-end
}
}
2 changes: 1 addition & 1 deletion SDK/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.privy.unity-sdk",
"displayName": "Privy SDK",
"version": "1.0.0",
"version": "1.1.0",
"unity": "2022.3",
"description": "Privy Unity SDK for authentication and embedded wallet functionality.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0