diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab5a7fe..f334330 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ Versioning](http://semver.org/spec/v2.0.0.html).
## Unreleased
+## [0.1.2] 2022-06-24
### Fixed
- Fix value of system_swap_used_bytes from vmStat.Used to swapStat.Used
diff --git a/README.md b/README.md
index 1c8ff4b..8bf34c6 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ The [Sensu System Check][1] is a cross-platform [Sensu Metrics Check][7] that pr
| system_cpu_nice | Percent of time cpu used by niced processes in user mode1
| system_cpu_iowait | Percent of time cpu waiting for I/O to complete1
| system_cpu_irq | Percent of time cpu servicing interrupts1
-| system_cpu_sortirq | Percent of time cpu servicing software interrupts1
+| system_cpu_softirq | Percent of time cpu servicing software interrupts1
| system_cpu_stolen | Percent of time cpu serviced virtual hosts operating systems1
| system_cpu_guest | Percent of time cpu serviced guest operating system1
| system_cpu_guest_nice | Percent of time cpu serviced niced guest operating system1