Skip to content

Commit

Permalink
[rel] bump to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Oct 10, 2020
1 parent 0400e0c commit 85a8452
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This is a high-level summary of the most important changes. For a full list of
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
and pick the appropriate release branch.

## Changes in 0.13.1

**Upgrade notes**:

- You need to run the upgrade-script after updating the package

**Bugfixes**:

- `helper.py`- fqdn_resolve() - resolve AAAA records
- `helper.py`- url_gete() - ipv4 fallback during http challenge validation

## Changes in 0.13

**Features**:
Expand All @@ -21,6 +32,16 @@ and pick the appropriate release branch.
- ca_handler tests
- [phonito](https://phonito.io/) security scans

## Changes in 0.12.1

**Upgrade notes**:

- You need to run the upgrade-script after updating the package

**Bugfixes**:

- `helper.py`- fqdn_resolve() - resolve AAAA records

## Changes in 0.12

**Upgrade notes**:
Expand Down
2 changes: 1 addition & 1 deletion acme/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
__version__ = '0.13'
__version__ = '0.13.1'
2 changes: 1 addition & 1 deletion examples/django/acme/fixture/status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
pk: 1
fields:
name: dbversion
value: 0.13
value: 0.13.1

0 comments on commit 85a8452

Please sign in to comment.