Skip to content

Commit 1b554f6

Browse files
committed
[rel] bump to 0.18.2
1 parent c20a6f1 commit 1b554f6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This is a high-level summary of the most important changes. For a full list of
55
changes, see the [git commit log](https://github.com/grindsa/acme2certifier/commits)
66
and pick the appropriate release branch.
77

8+
## Changes in 0.18.2
9+
10+
**Bugfixes**:
11+
12+
- [Fix the disabling of SSL validation in http-01 challenge](https://github.com/grindsa/acme2certifier/pull/75)
13+
814
## Changes in 0.18.1
915

1016
**Features and Improvements**:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ database backends than SQLite.
104104
The fastest and most convenient way to install acme2certifier is to use docker
105105
containers. There are ready made images available at [dockerhub](https://hub.docker.com/r/grindsa/acme2certifier) and [ghcr.io](https://github.com/grindsa?tab=packages&ecosystem=container) as well as [instructions to build your own container](examples/Docker/).
106106

107-
- [acme2certifier in Github container repository](https://github.com/users/grindsa/packages/container/acme2certifier/)
107+
- [acme2certifier in Github container repository](https://github.com/grindsa?tab=packages&ecosystem=container)
108108
- [acme2certifier repository at hub.docker.com](https://hub.docker.com/r/grindsa/acme2certifier)
109109
- [Instructions to build your own container](examples/Docker/)
110110
- [Installation as wsgi-script running on apache2](docs/install_apache2_wsgi.md)

acme_srv/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# 1) we don't load dependencies by storing it in __init__.py
44
# 2) we can import it in setup.py for the same reason
55
# 3) we can import it into your module module
6-
__version__ = '0.18.1'
6+
__version__ = '0.18.2'
77
__dbversion__ = '0.18'

0 commit comments

Comments
 (0)