diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb497dbc6..1261ae6de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ Note: Breaking changes between versions are indicated by "💥". ## Unreleased -- [Bugfix] Fix auto-renewal of certificates revoked by Let's Encrypt (see [discussion](https://community.letsencrypt.org/t/questions-about-renewing-before-tls-alpn-01-revocations/170449/21)). +## v13.1.2 (2022-01-30) + +- [Bugfix] Fix auto-renewal of certificates revoked by Let's Encrypt (see [discussion](https://community.letsencrypt.org/t/questions-about-renewing-before-tls-alpn-01-revocations/170449/21)). ## v13.1.1 (2022-01-25) diff --git a/tutor/__about__.py b/tutor/__about__.py index b395d8b25f..3a8d01b6b4 100644 --- a/tutor/__about__.py +++ b/tutor/__about__.py @@ -2,7 +2,7 @@ # Increment this version number to trigger a new release. See # docs/tutor.html#versioning for information on the versioning scheme. -__version__ = "13.1.1" +__version__ = "13.1.2" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and