From 5aaf1889de597c226500bebc511733e4aebdf299 Mon Sep 17 00:00:00 2001 From: Joe Monem <66594578+joemonem@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:24:21 +0200 Subject: [PATCH] chore: changelog entry and version modification for vesting (#642) --- CHANGELOG.md | 1 + Cargo.lock | 2 +- contracts/finance/andromeda-vesting/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd6f34aa..1d017bfd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - AMPPkt verify origin fix [(#552)](https://github.com/andromedaprotocol/andromeda-core/pull/552) - Fix permissioning limited use consumptions and blacklist bypass scenario [(#553)](https://github.com/andromedaprotocol/andromeda-core/pull/553) - Crowdfund: fixed error related to `QueryMsg::Tiers` message handler [(#563)](https://github.com/andromedaprotocol/andromeda-core/pull/563) +- Vesting: Recipient validation for VFS paths [(#641)](https://github.com/andromedaprotocol/andromeda-core/pull/641) ### Removed diff --git a/Cargo.lock b/Cargo.lock index b3a01f817..763a93c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,7 +947,7 @@ dependencies = [ [[package]] name = "andromeda-vesting" -version = "3.0.4-beta" +version = "3.0.4-b.1" dependencies = [ "andromeda-app", "andromeda-finance", diff --git a/contracts/finance/andromeda-vesting/Cargo.toml b/contracts/finance/andromeda-vesting/Cargo.toml index ae33453eb..439fcd695 100644 --- a/contracts/finance/andromeda-vesting/Cargo.toml +++ b/contracts/finance/andromeda-vesting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andromeda-vesting" -version = "3.0.4-beta" +version = "3.0.4-b.1" edition = "2021" rust-version = "1.75.0"