From 28f7c03f3ac9201d1cf3b0e1e5920397355736e8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 May 2017 12:49:42 -0700 Subject: [PATCH 1/3] Add 0.14.1 notes to the CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8d5c0c7..eb9b4efde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Certbot adheres to [Semantic Versioning](http://semver.org/). +## 0.14.1 - 2017-05-16 + +### Fixed + +* Certbot now works with configargparse 0.12.0. +* Issues with the Apache plugin and Augeas 1.7+ have been resolved. +* A problem where the Nginx plugin would fail to install certificates on + systems that had the plugin's SSL/TLS options file from 7+ months ago has + been fixed. + ## 0.14.0 - 2017-05-04 ### Added From 0a3d06cfd1db4993a48e46fff65aa5d03c2cea46 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 May 2017 12:53:08 -0700 Subject: [PATCH 2/3] fix spacing --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9b4efde..dad6e96b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ Certbot adheres to [Semantic Versioning](http://semver.org/). * Certbot now works with configargparse 0.12.0. * Issues with the Apache plugin and Augeas 1.7+ have been resolved. * A problem where the Nginx plugin would fail to install certificates on - systems that had the plugin's SSL/TLS options file from 7+ months ago has - been fixed. +systems that had the plugin's SSL/TLS options file from 7+ months ago has been +fixed. ## 0.14.0 - 2017-05-04 From 42d5b15d552a95d94de3b2b75b53683ba0c628df Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 16 May 2017 12:54:15 -0700 Subject: [PATCH 3/3] add GH link --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dad6e96b6..2f66582d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Certbot adheres to [Semantic Versioning](http://semver.org/). systems that had the plugin's SSL/TLS options file from 7+ months ago has been fixed. +More details about these changes can be found on our GitHub repo: +https://github.com/certbot/certbot/issues?q=is%3Aissue+milestone%3A0.14.1+is%3Aclosed + ## 0.14.0 - 2017-05-04 ### Added