From 8a460d47149314da0f391d7414fc8bc6be2639ca Mon Sep 17 00:00:00 2001 From: Jens Kraemer Date: Thu, 13 Apr 2017 08:58:39 +0800 Subject: [PATCH] 0.3.1 --- History.txt | 5 +++++ lib/mail/gpg/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index f44f50bb..4db02edf 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 0.3.1 2017-04-13 + +* fixes a bug with signature verification that only surfaced in environments + where ActiveSupport isn't loaded. Thanks @mashedcode for pointing this out. + == 0.3.0 2016-12-27 * [MIGHT BREAK THINGS] All mail headers will preserved now, if you want to diff --git a/lib/mail/gpg/version.rb b/lib/mail/gpg/version.rb index 3be58727..c5066f2d 100644 --- a/lib/mail/gpg/version.rb +++ b/lib/mail/gpg/version.rb @@ -1,5 +1,5 @@ module Mail module Gpg - VERSION = "0.3.0" + VERSION = "0.3.1" end end