Skip to content

Commit 8516a08

Browse files
chore(main): release 0.9.0 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45dde11 commit 8516a08

5 files changed

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

SDK/CHANGELOG.md

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

33
## Unreleased
44

5+
## [0.9.0](https://github.com/privy-io/unity-sdk/compare/v0.8.0...v0.9.0) (2026-03-10)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The SDK is no longer distributed as a `.unitypackage`. It is now a standard Unity Package Manager (UPM) package. Install via one of: Git URL or OpenUPM.
11+
12+
* release 0.9.0 ([#12](https://github.com/privy-io/unity-sdk/issues/12)) ([45dde11](https://github.com/privy-io/unity-sdk/commit/45dde1192e07ede78c984b01ee1d4c2404cea7e0))
13+
* UPM reorg for SDK distribution ([300cde2](https://github.com/privy-io/unity-sdk/commit/300cde2880a5540139ff27b1464a318cc6704112))
14+
15+
16+
### Added
17+
18+
* added `IEmbeddedSolanaWalletProvider.SignAndSendTransaction` for signing and broadcasting Solana transactions to a specified cluster. ([5ba3c6c](https://github.com/privy-io/unity-sdk/commit/5ba3c6c61aac726144790bf1d0b9834f7ceecb1e))
19+
* added `IEmbeddedSolanaWalletProvider.SignTransaction` for signing Solana transactions without broadcasting. ([5ba3c6c](https://github.com/privy-io/unity-sdk/commit/5ba3c6c61aac726144790bf1d0b9834f7ceecb1e))
20+
* added a WebGL template installer under **Tools &gt; Privy &gt; Install WebGL Templates** for projects consuming the SDK as a UPM package. ([300cde2](https://github.com/privy-io/unity-sdk/commit/300cde2880a5540139ff27b1464a318cc6704112))
21+
* added support for solana `signTransaction` and `signAndSendTransaction`. ([5ba3c6c](https://github.com/privy-io/unity-sdk/commit/5ba3c6c61aac726144790bf1d0b9834f7ceecb1e))
22+
23+
24+
### Fixed
25+
26+
* solana signAndSend needs caip2 in TEE mode and not rpcUrl ([#5](https://github.com/privy-io/unity-sdk/issues/5)) ([edc3067](https://github.com/privy-io/unity-sdk/commit/edc306757e9352be71d4c150c7626c0e01f03313))
27+
528
## 0.7.1 - 2026-01-27
629

730
### Fixed

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
33
public static class SdkVersion
44
{
55
// x-release-please-start-version
6-
public const string VersionNumber = "0.9.0-rc.1";
6+
public const string VersionNumber = "0.9.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-rc.1",
4+
"version": "0.9.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-rc.1
1+
0.9.0

0 commit comments

Comments
 (0)