From f391f5813ea5efbf0cb16fff8f765e9d4e4d56bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 May 2022 20:31:32 +0000 Subject: [PATCH] chore: release v1.6.0 # [1.6.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.5.0...v1.6.0) (2022-05-19) ### Features * Read filterlists from a csv file ([f3f3d3a](https://github.com/graphprotocol/AllocationOpt.jl/commit/f3f3d3a7fd1a1e0a11ace746a50028c795a09ea3)) --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c00b1d5..23b28e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.6.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.5.0...v1.6.0) (2022-05-19) + + +### Features + +* Read filterlists from a csv file ([f3f3d3a](https://github.com/graphprotocol/AllocationOpt.jl/commit/f3f3d3a7fd1a1e0a11ace746a50028c795a09ea3)) + # [1.5.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.4.0...v1.5.0) (2022-05-19) diff --git a/Project.toml b/Project.toml index eec92b5..00e05b1 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.5.0" +version = "1.6.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"