diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d0ea8a1..4a076f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 5.2.0 +## 6.0.0 * `geoipupdate` now supports configuration via environment variables. Any configuration set this way will override any value from the config file, @@ -21,6 +21,11 @@ * `GEOIPUPDATE_RETRY_FOR` * `GEOIPUPDATE_VERBOSE` +* Changed the signature of `NewConfig` in `pkg/geoipupdate` to no longer accept + a positional config file path argument, which can now be passed in using the + option from `WithConfigFile` along with the other optional parameters. +* `geoipupdate` and `NewConfig` no longer require a config file to exist. + ## 5.1.1 (2023-05-08) * Based on feedback, the change to use a non-root user in 5.1.0