Skip to content

Commit 9845db8

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

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "2"
2020

2121
[workspace.package]
2222
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
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)