From 96d579e39285d9f6b4d73e001de98930e55ed54a Mon Sep 17 00:00:00 2001 From: Madhur Shrimal Date: Thu, 19 Oct 2023 14:07:24 -0700 Subject: [PATCH] release v0.3 (#121) --- .github/CODEOWNERS | 2 +- CHANGELOG.md | 4 +++- README.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6d6d526c..898329e8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @adriantpaez @AntiD2ta @shrimalmadhur @bowenli86 @cryptogakusei @jianoaix @samlaf @gpsanant +* @adriantpaez @AntiD2ta @shrimalmadhur @bowenli86 @cryptogakusei @jianoaix @samlaf @gpsanant @dmanc diff --git a/CHANGELOG.md b/CHANGELOG.md index f46a197c..8d364fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.3.0] - 2023-10-19 ### Added - Add `local-update` command. ([#98](https://github.com/NethermindEth/eigenlayer/pull/98)) +- Updated eigensdk to [v0.0.5](https://github.com/Layr-Labs/eigensdk-go/releases/tag/v0.0.5) ([#120](https://github.com/NethermindEth/eigenlayer/pull/120)) ## [v0.2.1] - 2023-10-11 @@ -17,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Pull plugin image if does not exist locally ([#101](https://github.com/NethermindEth/eigenlayer/pull/101)) - Updated keystore folder relative to user's HOME directory ([#118](https://github.com/NethermindEth/eigenlayer/pull/118)) -- Updated eigensdk to [v0.0.5](https://github.com/Layr-Labs/eigensdk-go/releases/tag/v0.0.5) ([#120](https://github.com/NethermindEth/eigenlayer/pull/120)) + ## [v0.2.0] - 2023-10-10 ### Added diff --git a/README.md b/README.md index 2ea1faa2..435182eb 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,13 @@ curl -L https://github.com/NethermindEth/eigenlayer/releases/download// ### Linux/amd64 ```bash -curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-amd64 --output eigenlayer +curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.3.0/eigenlayer-linux-amd64 --output eigenlayer ``` ### Linux/arm64 ```bash -curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.2.1/eigenlayer-linux-arm64 --output eigenlayer +curl -L https://github.com/NethermindEth/eigenlayer/releases/download/v0.3.0/eigenlayer-linux-arm64 --output eigenlayer ``` ## Create and List Keys