From f0595260794470ecee4cefb9779e5f035f9d0fea Mon Sep 17 00:00:00 2001 From: William Johnston Date: Sun, 26 Jun 2016 10:28:47 -0500 Subject: [PATCH] Bump to v1.1.1 --- CHANGELOG.md | 4 ++++ lib/letsencrypt_webfaction.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e35fa..79030b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v1.1.1 + +* Handle changes in Acme::Client regarding autoloading. Require newer version. + v1.1.0 * Support for additional special email configuration. diff --git a/lib/letsencrypt_webfaction.rb b/lib/letsencrypt_webfaction.rb index c314d34..7507d89 100644 --- a/lib/letsencrypt_webfaction.rb +++ b/lib/letsencrypt_webfaction.rb @@ -1,3 +1,3 @@ module LetsencryptWebfaction - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end