diff --git a/CHANGELOG.md b/CHANGELOG.md index b50a4e6f..e49dbbbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v4.4.1 + +### Fixes + +- use viper fork that contains a fix to make cobra's `StringArray` flags work properly + - this fixes the issue, that flag values containing commas got split (because we had to use `StringSlice` type flags) + - this is to be changed back to upstream viper as soon as (or a similar fix) got merged + ## v4.4.0 ### Features / Enhancements