Skip to content

Commit 9845db8

Browse files
committed
chore: release v0.24.8
1 parent e976297 commit 9845db8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The format is based on [Keep a Changelog].
44

55
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
66

7+
## [v0.24.8] - 2024-01-24
8+
9+
This is a non-breaking release that decreases the MSRV to 1.74.0.
10+
11+
### [Changed]
12+
- reduce MSRV to 1.74.0 ([#1519](https://github.com/paritytech/jsonrpsee/pull/1519))
13+
714
## [v0.24.7] - 2024-10-16
815

916
This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020

2121
[workspace.package]
2222
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
23-
version = "0.24.7"
23+
version = "0.24.8"
2424
edition = "2021"
2525
rust-version = "1.74.0"
2626
license = "MIT"

0 commit comments

Comments
 (0)