Skip to content

Commit

Permalink
Version 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Mar 31, 2020
1 parent f240815 commit 4bac258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## master - CURRENT

## 3.1.5 - 01/04/2020
### Modified
* Ensure a certificate name does not have wildcard characters when migrating from legacy config
(eg. `example.com` for domains `[*.example.com`, `example.com]` instead of `*.example.com`).
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "dnsrobocert"
version = "3.1.4"
version = "3.1.5"
description = "A tool to manage your DNS-challenged TLS certificates"
license = "MIT"
keywords = [
Expand Down

0 comments on commit 4bac258

Please sign in to comment.