diff --git a/CHANGELOG.md b/CHANGELOG.md index 096ddfb..49d6a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.0.2 + +Patch release with an important bug fix + +### Notable changes + +- Run `FLUSH PRIVILEGES` on the server whenever users modify privileges. + - You will have to grant `RELOAD` for the muscl admin user on all databases, see the [installation docs](./docs/installation.md) for details. +- Bump dependencies + ## v1.0.1 Patch release with some important bug fixes diff --git a/Cargo.toml b/Cargo.toml index e2d054f..5652e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "muscl" -version = "1.0.1" +version = "1.0.2" edition = "2024" resolver = "2" license = "BSD-3-Clause"