From b055c36c7f008224fd1b2f2c1fa6b56180860049 Mon Sep 17 00:00:00 2001 From: Umar Sheik Date: Mon, 13 Jul 2026 14:36:05 +0530 Subject: [PATCH] chore: release v2.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5706114..4e9ca7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2026-07-13 + +### Fixed + +- **`GET /status-all/{address}` could report `is_verified: false` while `/status` was true**: now picks each signer's hash-matching build instead of the newest completed row ([#139](https://github.com/otter-sec/solana-verified-programs-api/pull/139)). + ## [2.0.0] - 2026-07-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index de7725b..3bf8048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6558,7 +6558,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "verified_programs_api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "axum", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 0582afc..1c0e736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verified_programs_api" -version = "2.0.0" +version = "2.0.1" edition = "2021" [dependencies]