diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0cfc62..5156545 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.7", - "tap_core": "4.1.4", + "tap_aggregator": "0.5.9", + "tap_core": "5.0.0", "tap_integration_tests": "0.1.22", "tap_eip712_message": "0.2.2", "tap_graph": "0.3.4", "tap_receipt": "1.1.3" -} \ No newline at end of file +} diff --git a/tap_aggregator/CHANGELOG.md b/tap_aggregator/CHANGELOG.md index bb5688e..0e7adac 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -27,6 +27,13 @@ +## [0.5.8](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.7...tap_aggregator-v0.5.8) (2025-08-19) + + +### Features + +* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e)) + ## [0.5.7](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.6...tap_aggregator-v0.5.7) (2025-07-18) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 0c51c3e..461df84 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.9" +version = "0.5.8" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index 89c0548..0c88775 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -8,6 +8,19 @@ +## [4.2.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.4...tap_core-v4.2.0) (2025-08-19) + + +### Features + +* make domain version injectable ([73bb550](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/73bb550f60d3f0d8aebc3e26aaf5862df092a98e)) + + +### Bug Fixes + +* apply proper version ([8d168a2](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/8d168a287a384b4548e83f6558d9604b8ad796bf)) +* use GraphTally as EIP712 domain for TAP v2 ([98aaf57](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/98aaf57cb32097b54fb901e611c7c7cd50735784)) + ## [4.1.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v4.1.1...tap_core-v4.1.2) (2025-05-19) diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index 7e650d3..ff75dd3 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "5.0.0" +version = "4.2.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 8770c25..8a3c2e9 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.22" +version = "0.1.23" edition.workspace = true license.workspace = true repository.workspace = true