Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed May 19, 2018
1 parent 3b2d162 commit 0d16ea8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
== 0.4.0 2018-05-19

* [MIGHT BREAK THINGS] changes to the way keys are looked up #55
Previously, keys that were not explicitly mentioned but already present in
the key chain for one of the recipient addresses would have been used
silently. This is no longer the case, if the :keys option is given, all
necessary keys have to be specified as either key data, key id, fingerprint
or GPGME::Key object.
* fix error when calling encrypt with actual key objects #60

== 0.3.3 2018-04-01

* fix broken GpgmeHelper#keys_for_data #59
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/gpg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mail
module Gpg
VERSION = "0.3.3"
VERSION = "0.4.0"
end
end

0 comments on commit 0d16ea8

Please sign in to comment.