Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 17, 2023
1 parent 97ef42c commit fbaed03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

To see unreleased changes, please see the [CHANGELOG on the master branch](https://github.com/gufolabs/gufo_acme/blob/master/CHANGELOG.md) guide.

## [Unreleased]
## 0.2.0 - 2023-11-17

## Added

* DavAcmeClient: http-01 fulfillment using WebDAV
* PowerDnsAcmeClient: dns-01 fulfillment using PowerDNS.
* WEBAcmeClient: http-01 fulfillment using static files.
* WebAcmeClient: http-01 fulfillment using static files.

## Changed

* AcmeClient has been moved into `gufo.acme.clients.base`.
* ACMEClient has been moved into `gufo.acme.clients.base`.
* ACMEClient, types, and exceptions have been renamed to snake-case.

## Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/gufo/acme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* [log][gufo.acme.log] - Logging utilities.
* [types][gufo.acme.types] - Package public types.
"""
__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit fbaed03

Please sign in to comment.