diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5e7f463..fb79784b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,6 +82,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
+| 5.18.11 | 2023-08-04 | `bluetooth()` improved parsing, macOS Sonoma detection |
| 5.18.10 | 2023-07-28 | `cpu()` fixed cache sizes, extended sockets (windows) |
| 5.18.9 | 2023-07-26 | `fsSize()` fixed missing rw property (windows) |
| 5.18.8 | 2023-07-25 | `cpu()` added AMD ZEN 4 base frequencies |
diff --git a/README.md b/README.md
index eb496631..943ed91f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
[![MIT license][license-img]][license-url]
## The Systeminformation Project
-This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 500 versions published, up to 6 mio downloads per month, > 150 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
+This is amazing. Started as a small project just for myself, it now has > 15,000 lines of code, > 600 versions published, up to 6 mio downloads per month, > 150 mio downloads overall. #1 NPM ranking for backend packages. Thank you to all who contributed to this project!
## New Version 5.0
diff --git a/docs/history.html b/docs/history.html
index c3e0abe2..7f91d3bb 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -57,6 +57,11 @@