Skip to content

Commit 9beee58

Browse files
chore(main): release 1.0.0 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00b84df commit 9beee58

5 files changed

Lines changed: 20 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-
".": "0.9.0"
2+
".": "1.0.0"
33
}

SDK/CHANGELOG.md

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

33
## Unreleased
44

5+
## [1.0.0](https://github.com/privy-io/unity-sdk/compare/v0.9.0...v1.0.0) (2026-04-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* introduces namespacing, error classes and renames legacy types ([#14](https://github.com/privy-io/unity-sdk/issues/14))
11+
12+
* introduces namespacing, error classes and renames legacy types ([#14](https://github.com/privy-io/unity-sdk/issues/14)) ([99bc653](https://github.com/privy-io/unity-sdk/commit/99bc65383d283141941cba62ec94b9939270dc17))
13+
14+
15+
### Fixed
16+
17+
* add System.Threading.Tasks using directive ([#26](https://github.com/privy-io/unity-sdk/issues/26)) ([1894446](https://github.com/privy-io/unity-sdk/commit/18944462e5bc1d35e992de4a0aa5a9e653dafa7a))
18+
* **macos:** add missing using system.threading.task in webviewhandler ([#23](https://github.com/privy-io/unity-sdk/issues/23)) ([e32e863](https://github.com/privy-io/unity-sdk/commit/e32e86396ab5e52f0e4d3ec83e874a9cab9d6c8f))
19+
* **macos:** add missing using utils in WebViewhandler ([#22](https://github.com/privy-io/unity-sdk/issues/22)) ([5d4db96](https://github.com/privy-io/unity-sdk/commit/5d4db96279fafc89ee73fb6276589805515c53f3))
20+
521
## [0.9.0](https://github.com/privy-io/unity-sdk/compare/v0.8.0...v0.9.0) (2026-03-10)
622

723

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 = "0.9.0";
6+
public const string VersionNumber = "1.0.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": "0.9.0",
4+
"version": "1.0.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-
0.9.0
1+
1.0.0

0 commit comments

Comments
 (0)