]> git.street.me.uk Git - andy/dehydrated.git/blobdiff - CHANGELOG
Make location of domains.txt configurable (#204)
[andy/dehydrated.git] / CHANGELOG
index 694bbeb3101d9463272629f46e4e8cd2e455a363..e87240f6fd148edd98bfbd15236abcfc0fb768f0 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,10 +2,13 @@
 This file contains a log of major changes in letsencrypt.sh
 
 ## [x.x.x] - xxxx-xx-xx
+
+## [0.2.0] - 2016-05-22
 ### Changed
 - PRIVATE_KEY config parameter has been renamed to ACCOUNT_KEY to avoid confusion with certificate keys
 - deploy_cert hook now also has the certificates timestamp as standalone parameter
 - Temporary files are now identifiable (template: letsencrypt.sh-XXXXXX)
+- Private keys are now regenerated by default
 
 ### Added
 - Added documentation to repository
@@ -13,6 +16,7 @@ This file contains a log of major changes in letsencrypt.sh
 ### Fixed
 - Fixed bug with uppercase names in domains.txt (script now converts everything to lowercase)
 - mktemp no longer uses the deprecated `-t` parameter.
+- Compatibility with "pretty" json
 
 ## [0.1.0] - 2016-03-25
 ### Changed