From cb2e28210c228df5bf3cdfd1cdbbb4e58ea18f5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 13:26:28 +0400 Subject: [PATCH] chore(release): 0.7.1 (#102) Co-authored-by: Conventional Changelog Action --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5fa412b..0295bcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.7.1](https://github.com/lidofinance/lido-keys-api/compare/0.7.0...0.7.1) (2023-04-21) + + +### Bug Fixes + +* deps ([5c50f05](https://github.com/lidofinance/lido-keys-api/commit/5c50f059ab3abcf494001f0622c24ae3dc791c17)) +* repeatable_read ([1a4348c](https://github.com/lidofinance/lido-keys-api/commit/1a4348c74fe486b8b5d42407d7ef0f7ec8266589)) +* validators lib with repeatable read transactions ([d3756b3](https://github.com/lidofinance/lido-keys-api/commit/d3756b31fe673ea7776524a83c36d7516c375d78)) + + + # [0.7.0](https://github.com/lidofinance/lido-keys-api/compare/0.6.0...0.7.0) (2023-04-17) diff --git a/package.json b/package.json index 1d8492d4..f1f673ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lido-keys-api", - "version": "0.7.0", + "version": "0.7.1", "description": "Lido Node Operators keys service", "author": "Lido team", "private": true,