diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d7d04..a168f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/Project-Colony/Colony/compare/v0.10.1...v0.10.2) (2026-09-02) + + +### Bug Fixes + +* **ui:** make the selected settings category legible ([#78](https://github.com/Project-Colony/Colony/issues/78)) ([ba70cc0](https://github.com/Project-Colony/Colony/commit/ba70cc0f7b77b60ea95a2874360a5f1545952c77)) + ## [0.10.1](https://github.com/Project-Colony/Colony/compare/v0.10.0...v0.10.1) (2026-08-27) diff --git a/Cargo.lock b/Cargo.lock index 68d060d..cc450ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "colony" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "base64 0.23.1", diff --git a/Cargo.toml b/Cargo.toml index 307c375..f799107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colony" -version = "0.10.1" +version = "0.10.2" edition = "2021" license = "GPL-3.0-or-later" # The real floor, and it is enforced by CI (see .github/workflows/ci.yml).