Skip to content

Commit 3c5924b

Browse files
authored
chore: Release 0.4.0 (#574)
Release 0.4.0
1 parent 90f0db0 commit 3c5924b

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.0] - 2025-07-09
6+
7+
### 🚀 Features
8+
9+
- Storage redenomination (#570)
10+
11+
### 🐛 Bug Fixes
12+
13+
- Make GetOnChainSignersByFid endpoint only return active signers (#567)
14+
- Check for timestamp being too far in the future (#569)
15+
- Use correct rpc client for validating verifications (#571)
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Bump protocol version for storage re-denomination (#573)
20+
521
## [0.3.2] - 2025-07-02
622

723
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapchain"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
default-run = "snapchain"
66

0 commit comments

Comments
 (0)