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

Commit

Permalink
Release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
will-in-wi committed Aug 9, 2018
1 parent c89bb4a commit 1a61f19
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

* [#147](https://github.com/will-in-wi/letsencrypt-webfaction/pull/147) - Changed `RENEWAL_DELTA` to 30 days per LetsEncrypt's recommendation. (@shannonturner)
* Your change here!

v3.1.2

* [#147](https://github.com/will-in-wi/letsencrypt-webfaction/pull/147) - Changed `RENEWAL_DELTA` to 30 days per LetsEncrypt's recommendation. (@shannonturner)

v3.1.1

* Fixed a missing require when fetching version. Fixes [#146](https://github.com/will-in-wi/letsencrypt-webfaction/issues/146)
Expand Down
2 changes: 1 addition & 1 deletion lib/letsencrypt_webfaction.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LetsencryptWebfaction
VERSION = '3.1.1'.freeze
VERSION = '3.1.2'.freeze
end

0 comments on commit 1a61f19

Please sign in to comment.