diff --git a/changelog.md b/changelog.md index a7d95fc..842af68 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The changes not yet present in any release are listed in this section. +## 3.12.0 (2021-07-11) + ### Added * Support for ASUS ZenBook UX430UN ([Kristian Klausen](https://github.com/klausenbusk)). diff --git a/src/asus-fan-control b/src/asus-fan-control index ab3622b..d8f22f1 100755 --- a/src/asus-fan-control +++ b/src/asus-fan-control @@ -35,7 +35,7 @@ main() { # Initializes static constants. init_constants() { # the current version of asus-fan-control - readonly VERSION=3.11.0 + readonly VERSION=3.12.0 # ACPI related constants readonly ACPI_WRITE_COMMAND='\_SB.PCI0.LPCB.EC0.WRAM' # write to ACPI