diff --git a/CHANGELOG.md b/CHANGELOG.md index ddab740d27..9711dde3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased - Bump MSRV from `1.60` to `1.64`. + +# 0.28.3 + - Fix macOS memory leaks. # 0.28.2 diff --git a/Cargo.toml b/Cargo.toml index 03ecdf9a58..c86287cf82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.2" +version = "0.28.3" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index de6e0d9d4a..1a22d51536 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.2" +winit = "0.28.3" ``` ## [Documentation](https://docs.rs/winit)