From d6af482c4f98f3198f83a10ac54ad601e3ef1bf0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 May 2022 22:55:09 +0000 Subject: [PATCH] chore: release v1.6.3 ## [1.6.3](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.6.2...v1.6.3) (2022-05-19) ### Bug Fixes * Refactor register action ([f46e2c9](https://github.com/graphprotocol/AllocationOpt.jl/commit/f46e2c98c023d2be24a3e208f95e7904559f2dcd)) --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bff691..5ff5f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.6.2...v1.6.3) (2022-05-19) + + +### Bug Fixes + +* Refactor register action ([f46e2c9](https://github.com/graphprotocol/AllocationOpt.jl/commit/f46e2c98c023d2be24a3e208f95e7904559f2dcd)) + ## [1.6.2](https://github.com/graphprotocol/AllocationOpt.jl/compare/v1.6.1...v1.6.2) (2022-05-19) diff --git a/Project.toml b/Project.toml index c1af05b..e5fe706 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.6.2" +version = "1.6.3" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"