diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f75a69c..c5c9f9d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1] - 2020-10-22 + +**Bugfixes:** +* cmd: fix environment variable names for options with dashes (#408, @Rolinh) + +**Misc Changes:** +* build: ensure that binaries are always statically built (#402, @Rolinh) + ## [0.7.0] - 2020-10-19 **Minor Changes:**