@@ -0,0 +1,4 @@
+# `acpi v4.1.1` - 2022-08-01
+### Bug Fixes
+- Fix a bug with how the number of comparators the HPET provides is calculated
+ ([#121](https://github.com/rust-osdev/acpi/pull/121))
@@ -1,6 +1,6 @@
[package]
name = "acpi"
-version = "4.1.0"
+version = "4.1.1"
authors = ["Isaac Woods"]
repository = "https://github.com/rust-osdev/acpi"
description = "Library for parsing ACPI tables"