From fceea8c37c88aeec9bb330d5c70d2b863a479cc9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jun 2024 22:52:03 +0000 Subject: [PATCH] chore: release v2.7.0 # [2.7.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.6.0...v2.7.0) (2024-06-18) ### Features * add fastnogas optimisation option ([7cde58f](https://github.com/graphprotocol/allocation-optimizer/commit/7cde58f581658421cb83dc4d53a2f53657ab0212)) --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a4280..d235c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [2.7.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.6.0...v2.7.0) (2024-06-18) + + +### Features + +* add fastnogas optimisation option ([7cde58f](https://github.com/graphprotocol/allocation-optimizer/commit/7cde58f581658421cb83dc4d53a2f53657ab0212)) + # [2.6.0](https://github.com/graphprotocol/allocation-optimizer/compare/v2.5.1...v2.6.0) (2024-06-18) diff --git a/Project.toml b/Project.toml index 36d2406..6deaaf9 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.6.0" +version = "2.7.0" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"