diff --git a/CHANGELOG.md b/CHANGELOG.md index 92627cd..3883395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# [2.5.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.2...v2.5.0) (2023-09-27) + + +### Features + +* support protocol_network config to actionqueue ([bba8173](https://github.com/graphprotocol/allocation-optimizer/commit/bba81730ba9d5eaaa8c6e7eda9fba8ba4e0dbd4d)) +* support syncing_network filter in subgraph selection ([09a3b38](https://github.com/graphprotocol/allocation-optimizer/commit/09a3b3861c77c6b0448f70a9473a856e7036b698)) + ## [2.4.2](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.1...v2.4.2) (2023-09-07) diff --git a/Project.toml b/Project.toml index 34b1ffd..733bb4c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AllocationOpt" uuid = "e2472b13-1eb9-46f1-ac4b-64ea04136a8a" authors = ["The Graph Foundation"] -version = "2.4.2" +version = "2.5.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"