Skip to content

Commit 5901dcb

Browse files
committed
Namada 0.31.4
1 parent c3e21c0 commit 5901dcb

26 files changed

+126
-116
lines changed
File renamed without changes.

.changelog/v0.31.4/summary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## v0.31.4
4+
5+
Namada 0.31.4 is a patch release that fixes the result query of an active governance proposal.
6+
7+
### BUG FIXES
8+
9+
- Fixes the query-proposal-result output in the case that a proposal is still
10+
voting. ([\#2573](https://github.com/anoma/namada/pull/2573))
11+
312
## v0.31.3
413

514
Namada 0.31.3 is a patch release that fixes various issues.

Cargo.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
5252
license = "GPL-3.0"
5353
readme = "README.md"
5454
repository = "https://github.com/anoma/namada"
55-
version = "0.31.3"
55+
version = "0.31.4"
5656

5757
[workspace.dependencies]
5858
ark-bls12-381 = {version = "0.3"}

0 commit comments

Comments
 (0)