Skip to content

Commit

Permalink
chore: release v0.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Jan 24, 2025
1 parent e976297 commit 9845db8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog].

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

## [v0.24.8] - 2024-01-24

This is a non-breaking release that decreases the MSRV to 1.74.0.

### [Changed]
- reduce MSRV to 1.74.0 ([#1519](https://github.com/paritytech/jsonrpsee/pull/1519))

## [v0.24.7] - 2024-10-16

This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resolver = "2"

[workspace.package]
authors = ["Parity Technologies <admin@parity.io>", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
version = "0.24.7"
version = "0.24.8"
edition = "2021"
rust-version = "1.74.0"
license = "MIT"
Expand Down

0 comments on commit 9845db8

Please sign in to comment.