diff --git a/History.md b/History.md index 79f18d5..407f448 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +# 1.0.0 / 2017-05-04 + +This is a major release as it modified the default behaviour: +- Certificates are not longer listed when creating a new config but instead there is a `list` command for this +- Revoked certificates are never listed +- Option to revoke older certificates with the same FQDN is now enabled by default + +Other changes: + * Add Github releases building + * Allow defining default config on disk + (Configuration is to be written to `~/.config/vault-openvpn.yaml`) + * Add `list` and `revoke-serial` commands + # 0.3.0 / 2017-05-03 * Improve logging output @@ -16,4 +29,4 @@ # 0.1.0 / 2016-07-25 - * initial version \ No newline at end of file + * initial version