Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Prep for 4.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
will-in-wi committed Aug 23, 2020
1 parent 858a712 commit 23c824d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Unreleased

* Fix issues with the key not being registered correctly. #168
* Your change here!

v4.0.2

* Fix issues with the key not being registered correctly. #168

v4.0.1

* Require Ruby >=2.4 (mostly because Faraday, which this depends on, doesn't support 2.2 anymore. Also not support 2.3 because of the xmlrpc library extraction. This just makes things easier, and it seems like WebFaction supports this new version of Ruby everywhere now.)
Expand Down
2 changes: 1 addition & 1 deletion lib/letsencrypt_webfaction.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LetsencryptWebfaction
VERSION = '4.0.1'
VERSION = '4.0.2'
end

0 comments on commit 23c824d

Please sign in to comment.