Skip to content

Commit ac83380

Browse files
authored
chore: Bump crates to v0.11.2 (#1216)
1 parent bbf470d commit ac83380

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

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

3+
## v0.11.2 (2025-09-10)
4+
5+
- Added support for keepalive requests against base path `/` of RPC server ([#1212](https://github.com/0xMiden/miden-node/pull/1212)).
6+
37
## v0.11.1 (2025-09-08)
48

59
- Removed decorators from scripts when submitting transactions and batches, and inserting notes into the DB ([#1194](https://github.com/

Cargo.lock

Lines changed: 11 additions & 11 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
@@ -25,7 +25,7 @@ license = "MIT"
2525
readme = "README.md"
2626
repository = "https://github.com/0xMiden/miden-node"
2727
rust-version = "1.88"
28-
version = "0.11.1"
28+
version = "0.11.2"
2929

3030
# Optimise the cryptography for faster tests involving account creation.
3131
[profile.test.package.miden-crypto]

0 commit comments

Comments
 (0)