diff --git a/History.txt b/History.txt index 4db02edf..0fd04582 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,11 @@ +== 0.3.2 2018-03-30 + +* do not attempt to decrypt inline-encrypted HTML parts #52 +* fixes possible double decoding of quoted printable bodies #57 +* fixes a bug which occured in some environments that led to encryption with + all available public keys (#31, #55) + + == 0.3.1 2017-04-13 * fixes a bug with signature verification that only surfaced in environments diff --git a/lib/mail/gpg/version.rb b/lib/mail/gpg/version.rb index c5066f2d..f1c3db06 100644 --- a/lib/mail/gpg/version.rb +++ b/lib/mail/gpg/version.rb @@ -1,5 +1,5 @@ module Mail module Gpg - VERSION = "0.3.1" + VERSION = "0.3.2" end end