diff --git a/CHANGELOG.md b/CHANGELOG.md index db0d6a5..c458768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## [Unreleased] +## [0.2.4] - 2025-01-14 ### Added - Integration with system accent color setting through [XDG Desktop Portal](https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Settings.html). diff --git a/Cargo.lock b/Cargo.lock index ad34cbc..2c0c920 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1120,7 +1120,7 @@ dependencies = [ [[package]] name = "mixxc" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index d7f1e84..3b0daa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mixxc" -version = "0.2.3" +version = "0.2.4" authors = ["Elvyria "] description = "Minimalistic volume mixer." repository = "https://github.com/Elvyria/mixxc"