Skip to content

Commit a80461c

Browse files
chore: release main
1 parent 0068410 commit a80461c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.6.1",
3+
"tap_aggregator": "0.6.2",
44
"tap_core": "6.0.1",
5-
"tap_integration_tests": "0.1.24",
5+
"tap_integration_tests": "0.1.25",
66
"tap_eip712_message": "0.2.2",
77
"tap_graph": "0.3.4",
88
"tap_receipt": "1.1.3"

tap_aggregator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929

3030

3131

32+
## [0.6.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.6.1...tap_aggregator-v0.6.2) (2025-09-02)
33+
34+
35+
### Bug Fixes
36+
37+
* **aggregator:** use split EIP712 domains for TAP v1 and v2 aggregator ([a4fffbc](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/a4fffbc847cb8a9a1600123474393077cb2a219c))
38+
3239
## [0.6.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.9...tap_aggregator-v0.6.0) (2025-08-20)
3340

3441

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_aggregator"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

tap_integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tap_integration_tests"
3-
version = "0.1.24"
3+
version = "0.1.25"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)