diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffb70c..f384b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/FormidableLabs/webpack-dashboard/releases) page. +## [3.3.2] - 2021-05-05 + +- Security: Update `socket.io` version to get rid of vulnerable `xmlhttprequest-ssl` package. Included in: https://github.com/FormidableLabs/webpack-dashboard/pull/325 by @texpert. + ## [3.3.1] - 2021-01-29 - Bugfix: Ensure `Status` is properly updating and reaches completion. Fixes #321