Skip to content

Commit

Permalink
Namada 0.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Feb 10, 2024
1 parent c3e21c0 commit 5901dcb
Show file tree
Hide file tree
Showing 26 changed files with 126 additions and 116 deletions.
1 change: 1 addition & 0 deletions .changelog/v0.31.4/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v0.31.4

Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.

### BUG FIXES

- Fixes the query-proposal-result output in the case that a proposal is still
voting. ([\#2573](https://github.com/anoma/namada/pull/2573))

## v0.31.3

Namada 0.31.3 is a patch release that fixes various issues.
Expand Down
62 changes: 31 additions & 31 deletions 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 @@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "GPL-3.0"
readme = "README.md"
repository = "https://github.com/anoma/namada"
version = "0.31.3"
version = "0.31.4"

[workspace.dependencies]
ark-bls12-381 = {version = "0.3"}
Expand Down
Loading

0 comments on commit 5901dcb

Please sign in to comment.