diff --git a/CHANGELOG.md b/CHANGELOG.md index 054b510..e25e475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-10-07 + +This version halves the size of the Docker image and reduces the attack surface for security vulnerabilities, by omitting unneeded code. The feature set is exactly the same as the previous release version 0.1.0. + +### Changes + - move from slim-bookworm to an alpine base image - install python requirements with pip wheel - disable DEBUG log for releases