Skip to content

Commit de76e18

Browse files
chore(main): release 1.1.0 (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e921537 commit de76e18

5 files changed

Lines changed: 11 additions & 4 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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

SDK/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## [1.1.0](https://github.com/privy-io/unity-sdk/compare/v1.0.0...v1.1.0) (2026-04-15)
6+
7+
8+
### Added
9+
10+
* 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))
11+
512
## [1.0.0](https://github.com/privy-io/unity-sdk/compare/v0.9.0...v1.0.0) (2026-04-07)
613

714

SDK/Runtime/Utils/SdkVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Privy.Utils
33
public static class SdkVersion
44
{
55
// x-release-please-start-version
6-
public const string VersionNumber = "1.0.0";
6+
public const string VersionNumber = "1.1.0";
77
// x-release-please-end
88
}
99
}

SDK/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.privy.unity-sdk",
33
"displayName": "Privy SDK",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"unity": "2022.3",
66
"description": "Privy Unity SDK for authentication and embedded wallet functionality.",
77
"keywords": [

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)