diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89fc89b2..f8b0f509 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,9 +1,9 @@ { ".": "0.0.0", - "tap_aggregator": "0.5.5", - "tap_core": "4.1.3", - "tap_integration_tests": "0.1.20", + "tap_aggregator": "0.5.6", + "tap_core": "4.1.4", + "tap_integration_tests": "0.1.21", "tap_eip712_message": "0.2.2", - "tap_graph": "0.3.3", + "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 e6a60c9f..f7b443c9 100644 --- a/tap_aggregator/CHANGELOG.md +++ b/tap_aggregator/CHANGELOG.md @@ -27,6 +27,13 @@ +## [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) + + +### Bug Fixes + +* update RAV and receipt structs for horizon to latest version ([58afaef](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/58afaef396c635828d214e8bc325b6c5328b5b1b)) + ## [0.5.4](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_aggregator-v0.5.3...tap_aggregator-v0.5.4) (2025-05-21) diff --git a/tap_aggregator/Cargo.toml b/tap_aggregator/Cargo.toml index 94ae5825..66305bb4 100644 --- a/tap_aggregator/Cargo.toml +++ b/tap_aggregator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_aggregator" -version = "0.5.5" +version = "0.5.6" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_core/CHANGELOG.md b/tap_core/CHANGELOG.md index 2c4966f3..89c0548f 100644 --- a/tap_core/CHANGELOG.md +++ b/tap_core/CHANGELOG.md @@ -6,6 +6,8 @@ + + ## [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 08e8a363..e7893db0 100644 --- a/tap_core/Cargo.toml +++ b/tap_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_core" -version = "4.1.3" +version = "4.1.4" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_graph/CHANGELOG.md b/tap_graph/CHANGELOG.md index 13b96699..87f296ca 100644 --- a/tap_graph/CHANGELOG.md +++ b/tap_graph/CHANGELOG.md @@ -11,6 +11,13 @@ +## [0.3.4](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.3.3...tap_graph-v0.3.4) (2025-06-20) + + +### Bug Fixes + +* update RAV and receipt structs for horizon to latest version ([58afaef](https://github.com/semiotic-ai/timeline-aggregation-protocol/commit/58afaef396c635828d214e8bc325b6c5328b5b1b)) + ## [0.3.2](https://github.com/semiotic-ai/timeline-aggregation-protocol/compare/tap_graph-v0.3.1...tap_graph-v0.3.2) (2025-05-19) diff --git a/tap_graph/Cargo.toml b/tap_graph/Cargo.toml index 35535750..b559fe6e 100644 --- a/tap_graph/Cargo.toml +++ b/tap_graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tap_graph" -version = "0.3.3" +version = "0.3.4" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/tap_integration_tests/Cargo.toml b/tap_integration_tests/Cargo.toml index f4b97fd0..e0b996cc 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.20" +version = "0.1.21" edition.workspace = true license.workspace = true repository.workspace = true