diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8b0f50..e0cfc62 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.6", + "tap_aggregator": "0.5.7", "tap_core": "4.1.4", - "tap_integration_tests": "0.1.21", + "tap_integration_tests": "0.1.22", "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 f7b443c..bb5688e 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -27,6 +27,13 @@ +## [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) + + +### Features + +* **tap-aggregator:** add v2 endpoint ([e7713c4](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/e7713c408a732ec5590e39cfc62ae89f8d31aac7)) + ## [0.5.6](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.5...tap_aggregator-v0.5.6) (2025-06-20) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 0482a61..dec8a0a 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.6" +version = "0.5.7" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 9091154..8770c25 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.21" +version = "0.1.22" edition.workspace = true license.workspace = true repository.workspace = true