Skip to content

Commit

Permalink
Release the contract 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
denbite committed Oct 14, 2024
1 parent 3c453e6 commit 9456b34
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.6.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9456b34

Please sign in to comment.