From c1a45feda2268e2bfd0e6b340b3c1ad39c98c518 Mon Sep 17 00:00:00 2001 From: "semiotic-labs-pr-automation[bot]" <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:34:26 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- tap_aggregator/CHANGELOG.md | 7 +++++++ tap_aggregator/Cargo.toml | 2 +- tap_integration_tests/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4595a18..c1a605a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".": "0.0.0", - "tap_aggregator": "0.6.1", + "tap_aggregator": "0.6.2", "tap_core": "6.0.1", - "tap_integration_tests": "0.1.24", + "tap_integration_tests": "0.1.25", "tap_eip712_message": "0.2.2", "tap_graph": "0.3.4", "tap_receipt": "1.1.3" diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index 9bc9afc..390b144 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -29,6 +29,13 @@ +## [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) + + +### Bug Fixes + +* **aggregator:** use split EIP712 domains for TAP v1 and v2 aggregator ([a4fffbc](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/a4fffbc847cb8a9a1600123474393077cb2a219c)) + ## [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) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index f8e017c..c84a9c9 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.6.1" +version = "0.6.2" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 1b3fca7..af7c713 100644 --- a/tap_integration_tests/Cargo.toml +++ b/tap_integration_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_integration_tests" -version = "0.1.24" +version = "0.1.25" edition.workspace = true license.workspace = true repository.workspace = true