Skip to content

Commit 0455a15

Browse files
authored
chore: release 0.3.2 (#566)
Release 0.3.2
1 parent 8515428 commit 0455a15

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.3.2] - 2025-07-02
6+
7+
### 🚀 Features
8+
9+
- Add event counts per event type to BlockConfirmed (#555)
10+
- Add admin endpoint to retry fname transfers (#546)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix pagination bug for certain api endpoints (#556)
15+
- Populate event ids for merge failure events (#558)
16+
- Calculate onchain events delay metric correctly (#565)
17+
18+
### ⚙️ Miscellaneous Tasks
19+
20+
- Emit block delay metric (#562)
21+
- Record new onchain event metric (#564)
22+
523
## [0.3.1] - 2025-06-23
624

725
### 🚀 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.1"
3+
version = "0.3.2"
44
edition = "2021"
55
default-run = "snapchain"
66

0 commit comments

Comments
 (0)