From 522557464f579a75e709e419a610426e5746b25f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 17 Mar 2023 07:40:16 +0000 Subject: [PATCH] chore(release): 2.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ffc8d856..5f6f78eb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lido-oracle" -version = "2.5.0" +version = "2.6.0" description = "Oracle daemon for Lido decentralized staking service. Collects and reports Ethereum 2.0 beacon chain states (the number of visible validators and their summarized balances) to the Lido dApp contract running on Ethereum 1.0 side." authors = ["Kirill Varlamov", "Smelov Vladimir", "Dmitry Suldin"] license = "GPL 3.0"