diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ee79d3..4595a18 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { ".": "0.0.0", - "tap_aggregator": "0.6.0", - "tap_core": "6.0.0", - "tap_integration_tests": "0.1.23", + "tap_aggregator": "0.6.1", + "tap_core": "6.0.1", + "tap_integration_tests": "0.1.24", "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 a0a2e81..9bc9afc 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -27,6 +27,8 @@ + + ## [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 ae2167b..f8e017c 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.6.0" +version = "0.6.1" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index 153a7a5..c44657f 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -8,6 +8,13 @@ +## [6.0.1](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v6.0.0...tap_core-v6.0.1) (2025-08-21) + + +### Bug Fixes + +* use correct TAP v2 domain name ([f41c32e](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/f41c32e8c4350b2a0bbf036e5a03eafe2ca31c33)) + ## [6.0.0](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_core-v5.0.0...tap_core-v6.0.0) (2025-08-20) diff --git a/tap_core/Cargo.toml b/tap_core/Cargo.toml index 6214eb6..e79014c 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "6.0.0" +version = "6.0.1" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index 8a3c2e9..1b3fca7 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.23" +version = "0.1.24" edition.workspace = true license.workspace = true repository.workspace = true