From 31eff037a234bfa4bc12a726964f6a25c62ef307 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sun, 19 Dec 2021 21:00:58 +1300 Subject: [PATCH] Bump to version 4.0.7 --- CHANGELOG.md | 2 ++ asusctl/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745bbcb1..88f6344c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +# [4.0.7] - 2021-12-19 ### Changed - Fix incorrect power-profile validation - Update asusd-ledmodes.toml to support Asus Rog Strix G15 G513QE (@LordVicky) diff --git a/asusctl/Cargo.toml b/asusctl/Cargo.toml index 43587fa4..6214ff4e 100644 --- a/asusctl/Cargo.toml +++ b/asusctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asusctl" -version = "4.0.6" +version = "4.0.7" authors = ["Luke D Jones "] edition = "2018" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 9ec1be25..4fcc29a9 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "4.0.6" +version = "4.0.7" license = "MPL-2.0" readme = "README.md" authors = ["Luke "]