-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* DE-73: default content-type (#216) * DE-73: default content-type * DE-73: refactor * DE-62: reset recipient_variables (#218) * DE-64: set single track opens-clicks (#219) * DE-67: accept frozen mailgun options to message body (#221) * DE-71: fix parse addres when full_name is nil (#222) * update gem version * fixes batch add unsubscribes and adds test (#187) * update version to 1.2.3 * DE-56: ignore mime-version header (#225) * DE-53: allow string values in custom variables (#226) * DE-86: update mailgun rails load (#227) * DE-81: fail if domain is missing (#228) * update version to 1.2.4 Co-authored-by: Lukas Barry <LukasBBarry@gmail.com>
- Loading branch information
1 parent
e8717b3
commit 51ac3ed
Showing
8 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# It's the version. Yeay! | ||
module Mailgun | ||
VERSION = '1.2.3' | ||
VERSION = '1.2.4' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters