Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed Feb 4, 2020
1 parent 35f0c80 commit 7ffb4fc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## v0.7.8-beta
## v0.7.9

* Re-add showing certbot version if prompt-confirm isn't set
* Move get_domain to bootstrap()
* Handle interactive certbot bootstrap (#99)
- add --no-bootstrap to certbot --version if --prompt-confirm is not set
(exit with error if certbot needs to bootstrap)
- pass through --noninteractive (answers yes to all certbot questions)
* README: replace @jjakob e-mail with username
* README: remove --cert-name from command as it's already passed
* README: fix typo
* README: remove reference to 0.5 stable version, tone down warnings

## v0.7.8

* Close fd used for locking on exit, workaround for issue #89
* Remove lock file too (#89)
Expand Down

0 comments on commit 7ffb4fc

Please sign in to comment.