Skip to content

Commit

Permalink
release 0.7.1 (it finally happened!)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Oct 31, 2022
1 parent 6091ba4 commit ea84199
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log
This file contains a log of major changes in dehydrated

## [x.x.x] - xxxx-xx-xx
## [0.7.1] - 2022-10-31
## Changed
- `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that
- Added support for EC secp521r1 algorithm (works with e.g. zerossl)
- `EC PARAMETERS` are no longer written to privkey.pem (didn't seem necessary and was causing issues with various software)

## Fixed
- Requests resulting in `badNonce` errors are now automatically retried (fixes operation with LE staging servers)
- Deprecated `egrep` usage has been removed

## Added
- Implemented EC for account keys
- Domain list now also read from domains.txt.d subdirectory (behaviour might change, see docs)
Expand Down

0 comments on commit ea84199

Please sign in to comment.