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