diff --git a/CHANGELOG.md b/CHANGELOG.md index f633698..2f965bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.0...v2.4.1) (2023-09-05) + + +### Bug Fixes + +* linear indexing reward for network token issuance ([85d5ac7](https://github.com/graphprotocol/allocation-optimizer/commit/85d5ac7c50e66b98192c69e5e5e2a195cdc6a7af)) + # [2.4.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.3.1...v2.4.0) (2023-05-11) diff --git a/Project.toml b/Project.toml index 5d59ee1..19b0dde 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.0" +version = "2.4.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"