<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    We just released Certbot 1.9.0. The changelog entry for the release
    is:<br>
    <br>
    ### Added<br>
    * `--preconfigured-renewal` flag, for packager use only.<br>
      See the [packaging
    guide](<a class="moz-txt-link-freetext" href="https://certbot.eff.org/docs/packaging.html">https://certbot.eff.org/docs/packaging.html</a>).<br>
    ### Changed<br>
    * certbot-auto was deprecated on all systems except for those based
    on Debian or RHEL.<br>
    * Update the packaging instructions to promote usage of `python -m
    pytest` to test Certbot<br>
      instead of the deprecated `python setup.py test` setuptools
    approach.<br>
    * Reduced CLI logging when reloading nginx, if it is not running.<br>
    * Reduced CLI logging when handling some kinds of errors.<br>
    ### Fixed<br>
    * Fixed `server_name` case-sensitivity in the nginx plugin.<br>
    * The minimum version of the `acme` library required by Certbot was
    corrected.<br>
      In the previous release, Certbot said it required `acme>=1.6.0`
    when it<br>
      actually required `acme>=1.8.0` to properly support removing
    contact<br>
      information from an ACME account.<br>
    * Upgraded the version of httplib2 used in our snaps and Docker
    images to add<br>
      support for proxy environment variables and fix the plugin for
    Google Cloud<br>
      DNS.<br>
    <br>
    More details about these changes can be found on our GitHub repo.
  </body>
</html>