diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e140ee..248bfb6 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.18.0 | 2020-01-07 | `networkInterfaces()` added dhcp for mac os, added dhcp linux fallback |
| 4.17.3 | 2020-01-05 | code cleanup |
| 4.17.2 | 2020-01-05 | `cpu().speed` AMD base frequency and fix (0.00) |
| 4.17.1 | 2020-01-04 | `fsSize()` alpine linux support |
diff --git a/README.md b/README.md
index 972a540..bd683cd 100644
--- a/README.md
+++ b/README.md
@@ -447,7 +447,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (
| | [0].duplex | X | | X | | | duplex |
| | [0].mtu | X | | X | | | maximum transmission unit |
| | [0].speed | X | | X | X | | speed in MBit / s |
-| | [0].dhcp | X | | | X | | DHCP address |
+| | [0].dhcp | X | | X | X | | IP address obtained by DHCP |
| | [0].dnsSuffix | X | | | X | | DNS suffix |
| | [0].ieee8021xAuth | X | | | X | | IEEE 802.1x auth |
| | [0].ieee8021xState | X | | | X | | IEEE 802.1x state |
diff --git a/docs/history.html b/docs/history.html
index eb01a43..7c55791 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -83,6 +83,11 @@
+
+
4.18.0
+
2020-01-07
+
networkInterfaces() added dhcp for mac OS, added dhcp linux fallback
+
4.17.3
2020-01-05
@@ -106,7 +111,7 @@
4.16.1
2020-01-01
-
networkInterfaces() bug fix (osx)
+
networkInterfaces() bug fix (mac OS)
4.16.0
@@ -231,7 +236,7 @@
4.13.1
2019-07-01
-
versions() gcc fix macos
+
versions() gcc fix mac OS
4.13.0
@@ -246,7 +251,7 @@
4.12.1
2019-06-24
-
networkInterface() virtual interfaces macos
+
networkInterface() virtual interfaces mac OS networkInterfaceDefault() optimization windows