diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0522d16..4d55682 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@ We had to make **several interface changes** to keep systeminformation as consis
- `graphics()`: extended properties (mac OS)
- `graphics()`: extended nvidia-smi parsing
- `networkInterfaces()`: type detection improved (win - wireless)
+- `networkConnections()`: added process name (mac OS)
- `memLayout()`: extended manufacturer list (decoding)
- `memLayout()`: added ECC flag
- `osInfo()`: better fqdn (win)
@@ -80,6 +81,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
| Version | Date | Comment |
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
+| 5.13.0 | 2022-11-17 | `networkConnections()` addedd process name (mac OS) |
| 5.12.15 | 2022-11-16 | `networkConnections()` adapted parsing to reflect also UDP (mac OS) |
| 5.12.14 | 2022-11-11 | restored `powershell` compatibility for version 7.3 (windows) |
| 5.12.13 | 2022-11-06 | updated docs |
diff --git a/README.md b/README.md
index e6fb5cc..e82017b 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,7 @@ si.cpu()
(last 7 major and minor version releases)
+- Version 5.13.0: `networkConnections()` added process name (mac OS)
- Version 5.12.0: `cpu()` added performance and efficiency cores
- Version 5.11.0: `networkInterfaces()` added default property and default parameter
- Version 5.10.0: basic `android` support
@@ -595,7 +596,7 @@ Full function reference with examples can be found at [https://systeminformation
| | [0].peerPort | X | X | X | X | | peer port |
| | [0].state | X | X | X | X | | like ESTABLISHED, TIME_WAIT, ... |
| | [0].pid | X | X | X | X | | process ID |
-| | [0].process | X | X | | | | process name |
+| | [0].process | X | X | X | | | process name |
| si.inetChecksite(url, cb) | {...} | X | X | X | X | X | response-time (ms) to fetch given URL |
| | url | X | X | X | X | X | given url |
| | ok | X | X | X | X | X | status code OK (2xx, 3xx) |
diff --git a/docs/history.html b/docs/history.html
index 243ea19..3099768 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -57,6 +57,11 @@