Skip to content

Commit 7902545

Browse files
chore(release): 1.2.0-alpha.1 [skip ci]
## [1.2.0-alpha.1](v1.1.0...v1.2.0-alpha.1) (2026-03-16) ### Features * add delegated decryption support [SDK-12] ([#72](#72)) ([7bcaeb6](7bcaeb6)), closes [#batchDelegationOp](https://github.com/zama-ai/sdk/issues/batchDelegationOp) [#storage](https://github.com/zama-ai/sdk/issues/storage) [#batchDecryptCore](https://github.com/zama-ai/sdk/issues/batchDecryptCore)
1 parent 7bcaeb6 commit 7902545

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.0-alpha.1](https://github.com/zama-ai/sdk/compare/v1.1.0...v1.2.0-alpha.1) (2026-03-16)
4+
5+
### Features
6+
7+
- add delegated decryption support [SDK-12] ([#72](https://github.com/zama-ai/sdk/issues/72)) ([7bcaeb6](https://github.com/zama-ai/sdk/commit/7bcaeb612b3268a3b94fa71217c09b8763391735)), closes [#batchDelegationOp](https://github.com/zama-ai/sdk/issues/batchDelegationOp) [#storage](https://github.com/zama-ai/sdk/issues/storage) [#batchDecryptCore](https://github.com/zama-ai/sdk/issues/batchDecryptCore)
8+
39
## [1.1.0](https://github.com/zama-ai/sdk/compare/v1.0.1...v1.1.0) (2026-03-13)
410

511
### Features

packages/react-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/react-sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.1",
44
"description": "React hooks for Zama SDK",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",
@@ -59,7 +59,7 @@
5959
},
6060
"peerDependencies": {
6161
"@tanstack/react-query": ">=5",
62-
"@zama-fhe/sdk": "^1.1.0",
62+
"@zama-fhe/sdk": "^1.2.0-alpha.1",
6363
"react": ">=18",
6464
"viem": "^2.47.0",
6565
"wagmi": ">=2"

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zama-fhe/sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0-alpha.1",
44
"description": "TypeScript SDK for Zama confidential ERC-20 tokens (fhEVM)",
55
"license": "BSD-3-Clause-Clear",
66
"author": "Zama",

0 commit comments

Comments
 (0)