Skip to content

Commit

Permalink
Version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Nov 18, 2021
1 parent 0386e52 commit c2871b1
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.15.0 - 18/11/2021
## Added
* Support ECDSA keys when creating new certificates with the `key_type` string parameter
in the certificate section: set to `rsa` to use RSA keys (default if not set) or `ecdsa`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

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

0 comments on commit c2871b1

Please sign in to comment.