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