This release fixes a bug that was introduced in the previous version where the bor receipts were being written as an array of arrays instead of the expected flattened array inside an array.
There was no impact of this bug in our network since all the nodes use --syncmode=full
and this bug only affects nodes running with --syncmode=fast
.