diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json index f9a6843ca0..4a37c8a8ea 100644 --- a/packages/order-watcher/CHANGELOG.json +++ b/packages/order-watcher/CHANGELOG.json @@ -1,19 +1,14 @@ [ - { - "version": "4.0.8", - "changes": [ - { - "note": "Fix bug where WETH deposit/withdrawal events would not trigger an order state update", - "pr": 1809 - } - ] - }, { "version": "4.0.7", "changes": [ { "note": "Fix race-condition bug due to async callback modifying shared state", "pr": 1789 + }, + { + "note": "Fix bug where WETH deposit/withdrawal events would not trigger an order state update", + "pr": 1809 } ] },