From 8f475eced1f1064b2a94872c6035eed94589d901 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 31 May 2026 00:09:49 +0900 Subject: [PATCH] CHANGELOG.md: add release notes, Cargo.toml: bump version number --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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"