Skip to content

Commit d09e9c3

Browse files
authored
Merge branch 'main' into next
2 parents 07e837a + c5a0ef3 commit d09e9c3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Changelog
22

3-
## 0.12.0 (TBD)
3+
## 0.12.0 (2025-11-10)
44

5-
### Changes
6-
7-
- Replaced SHA3-256 with SHA-256 for PoW ([#79](https://github.com/0xMiden/miden-faucet/pull/79)).
8-
- Refactored CLI commands into `init` and `start` ([#84](https://github.com/0xMiden/miden-faucet/pull/84), [#145](https://github.com/0xMiden/miden-faucet/pull/145)).
9-
- Refactored CLI commands into `init` and `start` ([#84](https://github.com/0xMiden/miden-faucet/pull/84)).
105
- Added requested `amount` to PoW Challenge ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
116
- Added `pow_base_difficulty_amount` CLI param and updated default values ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
127
- Added Retry-After header for HTTP response on rate limited error ([#70](https://github.com/0xMiden/miden-faucet/pull/70)).
8+
- Replaced SHA3-256 with SHA-256 for PoW ([#79](https://github.com/0xMiden/miden-faucet/pull/79)).
9+
- Refactored CLI commands into `init` and `start` ([#84](https://github.com/0xMiden/miden-faucet/pull/84), [#145](https://github.com/0xMiden/miden-faucet/pull/145)).
1310
- Added wallet connection to prefill the recipient address ([#100](https://github.com/0xMiden/miden-faucet/pull/100)).
14-
- Separated frontend and backend servers ([#119](https://github.com/0xMiden/miden-faucet/pull/119)).
1511
- Redesigned the frontend ([#110](https://github.com/0xMiden/miden-faucet/pull/110)).
12+
- Separated frontend and backend servers ([#119](https://github.com/0xMiden/miden-faucet/pull/119)).
1613
- Frontend now awaits for the transaction to be committed ([#127](https://github.com/0xMiden/miden-faucet/pull/127)).
1714
- Added 10-block expiration delta to faucet minting transactions ([#136](https://github.com/0xMiden/miden-faucet/pull/136)).
15+
-
16+
## 0.11.8 (2025-10-27)
17+
18+
- Sync state before creating transactions to avoid desync errors (#[132](https://github.com/0xMiden/miden-faucet/pull/132)).
1819

1920
## 0.11.7 (2025-10-15)
2021

0 commit comments

Comments
 (0)