diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d651db5..b62d0606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [v0.4.11] - 2023-09-13 + +- Make `madvise_random` compatible with non-Unix OS [`#221`](https://github.com/paritytech/parity-db/pull/221) +- Explicit `funlock` [`#218`](https://github.com/paritytech/parity-db/pull/218) + ## [v0.4.10] - 2023-07-21 - Use mmap IO for value tables [`#214`](https://github.com/paritytech/parity-db/pull/214) diff --git a/Cargo.toml b/Cargo.toml index c88cc96b..4e7f92b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-db" -version = "0.4.10" +version = "0.4.11" authors = ["Parity Technologies "] edition = "2021" license = "MIT OR Apache-2.0"