SPDX-License-Identifier: GPL-3.0-or-later
-->
+## v4.0.8
+
+### Notable Changes
+
+#### Overhaul server and CLI
+
+The server functionality has taken over all aspects of puppeteer usage while the
+CLI simply spins up a server in no time at all and makes requests to it instead.
+The `work` calls have also been consolidated into one function on the server
+which can execute the proper underlying NanoPow method based on the `action`
+property passed in the `POST` request being processed.
+
+#### Control server config with environment variables
+
+The server now recognizes the following envars:
+* NANO_POW_DEBUG
+* NANO_POW_EFFORT
+* NANO_POW_PORT (replaces `PORT`)
+
+### Other Changes
+
+Remove size getter from GL.
+
+Fix types and related imports.
+
+Add tests to server test script.
+
+Update package configuration files.
+
+
+
## v4.0.7
### Notable Changes