Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.87.3"
".": "0.87.4"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.87.4](https://github.com/AztecProtocol/aztec-packages/compare/v0.87.3...v0.87.4) (2025-05-28)


### Bug Fixes

* retrieve L1 to L2 messages in batches ([#14586](https://github.com/AztecProtocol/aztec-packages/issues/14586)) ([2be7f1b](https://github.com/AztecProtocol/aztec-packages/commit/2be7f1b301433b947b0d4f3df0a1424c0a66d155))


### Miscellaneous

* New prover chart for alpha-testnet ([#14514](https://github.com/AztecProtocol/aztec-packages/issues/14514)) ([031d7cb](https://github.com/AztecProtocol/aztec-packages/commit/031d7cbf10edd96655c309718ab932fe748cbb92))
* Revert "fix: processing events in contracts with no notes ([#14528](https://github.com/AztecProtocol/aztec-packages/issues/14528))" ([#14596](https://github.com/AztecProtocol/aztec-packages/issues/14596)) ([3278e61](https://github.com/AztecProtocol/aztec-packages/commit/3278e615ebda899edfe9aae56148a1d6cc7c3c00))

## [0.87.3](https://github.com/AztecProtocol/aztec-packages/compare/v0.87.2...v0.87.3) (2025-05-28)


Expand Down