diff --git a/CHANGELOG.md b/CHANGELOG.md index 343e3be..f633698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [2.4.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.1...v2.4.0) (2023-05-11) + + +### Bug Fixes + +* PGO computes optimal value for each sparsity ([2121343](https://github.com/graphprotocol/allocation-optimizer/commit/212134307b652f6b83bbd9096cd152e4ac2b55b2)) + + +### Features + +* PGO stops when it finds the same value twice ([d96592d](https://github.com/graphprotocol/allocation-optimizer/commit/d96592d2ce1658e6aeedd4cc6c0f010ce234c5d2)) + + +### Performance Improvements + +* Disable bounds checking on opt loops ([8b0ae3c](https://github.com/graphprotocol/allocation-optimizer/commit/8b0ae3c461c31fe3fd75a0a0311fce877f381182)) + ## [2.3.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.0...v2.3.1) (2023-05-03) diff --git a/Project.toml b/Project.toml index 3d7546d..572cdc3 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.3.1" +version = "2.4.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"