diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6cd409..1807188 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ For major (breaking) changes - version 3 and 2 see end of page.
| Version | Date | Comment |
| -------------- | -------------- | -------- |
+| 4.11.2 | 2019-06-16 | `wifiNetworks()` bug fixes |
| 4.11.1 | 2019-06-15 | updated docs |
| 4.11.0 | 2019-06-14 | `wifiNetworks()` added available wifi networks |
| 4.10.0 | 2019-06-14 | `graphics()` windows multiple display support |
diff --git a/README.md b/README.md
index 8a9c020..08b6331 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,8 @@ This next major version release 4.0 comes with several optimizations and changes
- reworked network section: this will now return more information and allows to get networkStats for more than one interface at once.
- dockerContainerStats for multiple containers or all containers at once
- optimized graphics controller and display detection
+- added wifiNetworks to get available wifi networks
+- added vboxInfo to get detailed vm information
- added chassis information
- better Raspberry-PI detection
- lot of minor improvements
diff --git a/docs/history.html b/docs/history.html
index 3b6922a..c402c3a 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -47,7 +47,7 @@
chassis() chassis information
vboxInfo() detailed virtualBox VM information
-
wifi() detailed information about available wifi networks
+
wifiNetworks() detailed information about available wifi networks