From ba26e3734d77fcf120b7f080469226896e44fd09 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 02:14:21 +0000 Subject: [PATCH] chore: release v2.4.2 ## [2.4.2](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.1...v2.4.2) (2023-09-07) ### Bug Fixes * allow no current allocations ([4438cf5](https://github.com/graphprotocol/allocation-optimizer/commit/4438cf56851d9a4e154a60013e12b89b128bd644)) * N/A options for some k less than max_allocations ([8e4f8a0](https://github.com/graphprotocol/allocation-optimizer/commit/8e4f8a0b87a67ac115879b04d5f63d0912c4ed79)) --- CHANGELOG.md | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f965bb..92627cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.4.2](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.1...v2.4.2) (2023-09-07) + + +### Bug Fixes + +* allow no current allocations ([4438cf5](https://github.com/graphprotocol/allocation-optimizer/commit/4438cf56851d9a4e154a60013e12b89b128bd644)) +* N/A options for some k less than max_allocations ([8e4f8a0](https://github.com/graphprotocol/allocation-optimizer/commit/8e4f8a0b87a67ac115879b04d5f63d0912c4ed79)) + ## [2.4.1](https://github.com/graphprotocol/allocation-optimizer/compare/v2.4.0...v2.4.1) (2023-09-05) diff --git a/Project.toml b/Project.toml index 19b0dde..34b1ffd 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.1" +version = "2.4.2" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"