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 @@
{
".": "0.9.0"
".": "1.0.0-rc"
}
15 changes: 15 additions & 0 deletions SDK/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

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


### ⚠ BREAKING CHANGES

* introduces namespacing, error classes and renames legacy types ([#14](https://github.com/privy-io/unity-sdk/issues/14))

* 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))


### Fixed

* **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))
* **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))

## [0.9.0](https://github.com/privy-io/unity-sdk/compare/v0.8.0...v0.9.0) (2026-03-10)


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 = "0.9.0";
public const string VersionNumber = "1.0.0-rc";
// 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": "0.9.0",
"version": "1.0.0-rc",
"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 @@
0.9.0
1.0.0-rc