diff --git a/CHANGELOG.md b/CHANGELOG.md index 118d64c..343e3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.0...v2.3.1) (2023-05-03) + + +### Bug Fixes + +* Correcting K for deniedAt filtering ([5840fbd](https://github.com/graphprotocol/allocation-optimizer/commit/5840fbdf1e7b8d9dbd3783f8c0f61c2d7ce012a5)) + # [2.3.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.2.1...v2.3.0) (2023-04-27) diff --git a/Project.toml b/Project.toml index 681236c..3d7546d 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.0" +version = "2.3.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"