From f3e83201527f1c9cb81de515368c7d2812dc5870 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 May 2022 22:07:02 +0000 Subject: [PATCH] chore: release v1.3.0 # [1.3.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.2.1...v1.3.0) (2022-05-13) ### Features * Refactor and frozenlist support ([d9ad223](https://github.com/graphprotocol/AllocationOpt.jl/commit/d9ad22389db14743c8d3952080a518006dbc554a)) --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffcc32..9de89d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.3.0](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.2.1...v1.3.0) (2022-05-13) + + +### Features + +* Refactor and frozenlist support ([d9ad223](https://github.com/graphprotocol/AllocationOpt.jl/commit/d9ad22389db14743c8d3952080a518006dbc554a)) + ## [1.2.1](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.2.0...v1.2.1) (2022-05-03) diff --git a/Project.toml b/Project.toml index 4ec1939..9c23846 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.2.1" +version = "1.3.0" [deps] Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"