diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d235b8..dd94459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.7.0...v1.7.1) (2022-05-20) + + +### Bug Fixes + +* Link to repo in documentation ([d06a2a4](https://github.com/graphprotocol/AllocationOpt.jl/commit/d06a2a47788721971673c5be1a459601564b0e9a)) + # [1.7.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.6.11...v1.7.0) (2022-05-20) diff --git a/Project.toml b/Project.toml index ebbd2a1..ce83ee7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AllocationOpt" uuid = "c8d4fa36-652a-4cad-a59b-8b946e6f88a6" authors = ["The Graph Foundation"] -version = "1.7.0" +version = "1.7.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"