Skip to content

Commit

Permalink
Mention breaking changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Jun 29, 2023
1 parent d1abad8 commit 6e8aee6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 6e8aee6

Please sign in to comment.