From 9456b342653478052c4b231a15266452d4428a55 Mon Sep 17 00:00:00 2001 From: Den <41162202+denbite@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:59:18 +0200 Subject: [PATCH] Release the contract `0.6.1` --- .release-please/.manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please/.manifest.json b/.release-please/.manifest.json index ea87acc..8de2cc8 100644 --- a/.release-please/.manifest.json +++ b/.release-please/.manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 707726c..f716eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.1](https://github.com/nearuaguild/abstract-dao/compare/v0.6.0...v0.6.1) (2024-10-14) + + +### Documentation + +* include response examples of two primary contract functions ([0711f1c](https://github.com/nearuaguild/abstract-dao/commit/0711f1c462d75d094381c862455a91f3fd31e75e)) + + +### Bug Fixes + +* include `allowed_account_id` in response of `register_signature_request` ([3c453e6](https://github.com/nearuaguild/abstract-dao/commit/3c453e652c085745e6a429ad901829b4a9f1b449)) + ## [0.6.0](https://github.com/nearuaguild/abstract-dao/compare/v0.5.0...v0.6.0) (2024-10-14) diff --git a/Cargo.lock b/Cargo.lock index fef800d..5c72202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3365,7 +3365,7 @@ dependencies = [ [[package]] name = "near_abstract_dao" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ethers-contract", "ethers-core", diff --git a/Cargo.toml b/Cargo.toml index b2d5e99..7a21d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "Abstract DAO brings Chain Abstraction for multiple chains" edition = "2021" name = "near_abstract_dao" -version = "0.6.0" +version = "0.6.1" # NEP-0330 is automatically implemented for all contracts built with https://github.com/near/cargo-near. # Link to the repository will be available via `contract_source_metadata` view-function. repository = "https://github.com/nearuaguild/abstract-dao"