Skip to content

Commit 6e03806

Browse files
committed
chore(main): release taiko-alethia-client 2.7.0
1 parent 8156e25 commit 6e03806

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/relayer": "0.13.2",
88
"packages/snaefell-ui": "1.1.0",
99
"packages/supplementary-contracts": "1.0.0",
10-
"packages/taiko-client": "2.6.0",
10+
"packages/taiko-client": "2.7.0",
1111
"packages/taiko-client-rs": "2.2.0",
1212
"packages/taikoon-ui": "1.3.0",
1313
"packages/ui-lib": "1.0.0"

packages/taiko-client/CHANGELOG.md

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

3+
## [2.7.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v2.6.0...taiko-alethia-client-v2.7.0) (2026-07-24)
4+
5+
6+
### Features
7+
8+
* **taiko-client:** add forced SGX proof mode ([#21988](https://github.com/taikoxyz/taiko-mono/issues/21988)) ([8156e25](https://github.com/taikoxyz/taiko-mono/commit/8156e25b4eb4a8bcaed1fb9878aac895426cf90e))
9+
* **taiko-client:** revert split dummy proof flags ([#21984](https://github.com/taikoxyz/taiko-mono/issues/21984)) ([27f052d](https://github.com/taikoxyz/taiko-mono/commit/27f052d5ae7053a773cdb8bce0634242d49105f2))
10+
11+
12+
### Bug Fixes
13+
14+
* **taiko-client:** add Shasta fork-time floor to derivation timestamp lower bound (audit D2) ([#21980](https://github.com/taikoxyz/taiko-mono/issues/21980)) ([261ac20](https://github.com/taikoxyz/taiko-mono/commit/261ac2015f2c34993028faad88b928389f68c0f5))
15+
316
## [2.6.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-alethia-client-v2.5.0...taiko-alethia-client-v2.6.0) (2026-07-15)
417

518

packages/taiko-client/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version info.
4-
const Version = "2.6.0" // x-release-please-version
4+
const Version = "2.7.0" // x-release-please-version
55

66
var meta = "dev"
77

packages/taiko-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "taiko-client",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"private": true
55
}

0 commit comments

Comments
 (0)