SPDX-License-Identifier: GPL-3.0-or-later
-->
+## v0.6.0
+
+### Notable Changes
+
+#### Minification support
+
+Due to how the `Vault` worker was constructed, the build system could not take
+advantage of all minification features without breaking how variable names and
+class names are resolved in the worker itself. This version refactors how the
+worker code is constructed in such a way that enables the build system to apply
+name mangling and minification while bundling. This also enables other
+frameworks like Angular to bundle `libnemo` without further breakage.
+
+
+
## v0.5.3
### Notable Changes