Skip to content

Commit

Permalink
release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Jun 25, 2019
1 parent be13dcd commit f9d0b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
This file contains a log of major changes in dehydrated

## [x.x.x] - xxxx-xx-xx
## [0.6.3] - 2019-06-25
## Changed
- OCSP refresh interval is now configurable
- Implemented POST-as-GET
Expand All @@ -11,6 +11,9 @@ This file contains a log of major changes in dehydrated
- Initial support for tls-alpn-01 validation
- New hook: sync_cert (for syncing certificate files to disk, see example hook description)

## Fixes
- Fetch account information after registration to avoid missing account id

## [0.6.2] - 2018-04-25
## Added
- New deploy_ocsp hook
Expand Down
2 changes: 1 addition & 1 deletion dehydrated
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
exec 3>&-
exec 4>&-

VERSION="git-master-after-0.6.2"
VERSION="0.6.3"

# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"
Expand Down

0 comments on commit f9d0b1b

Please sign in to comment.