From b50d9f978cded325ce40226f22eec2c584f5130f Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 13 Aug 2024 08:32:13 +0000 Subject: [PATCH] chore(release): 0.2.1 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e10d2..5c5ea02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.2.1](https://github.com/lidofinance/ethereum-head-watcher/compare/0.2.0...0.2.1) (2024-08-13) + + +### Bug Fixes + +* adjusted secret variable name in test&checks workflow ([c4a59c4](https://github.com/lidofinance/ethereum-head-watcher/commit/c4a59c427420a4917866d1cd42bd203c8fa86316)) +* curl version ([7d7b994](https://github.com/lidofinance/ethereum-head-watcher/commit/7d7b9946e074549e7fba791bcfc5fa4ebe2a0c1e)) +* incorrect curl version ([4641d9a](https://github.com/lidofinance/ethereum-head-watcher/commit/4641d9a6bcbaaa521524c05d29feec9206a1546b)) +* incorrect curl version ([412b786](https://github.com/lidofinance/ethereum-head-watcher/commit/412b7865d18204c2b2ad77f194ae8f441d54dde5)) +* incorrect env variable name ([3c6124a](https://github.com/lidofinance/ethereum-head-watcher/commit/3c6124ac22b37a311290e1fc43cba6333ee4cc48)) + + + # [0.2.0](https://github.com/lidofinance/ethereum-head-watcher/compare/0.1.0...0.2.0) (2023-09-07) diff --git a/pyproject.toml b/pyproject.toml index f2200ec..075fb44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ethereum-head-watcher" -version = "0.2.0" +version = "0.2.1" description = "Bot that watches for important events on Ethereum head" authors = ["vladimir.g@lido.fi"] license = "MIT License"