Skip to content

Commit 3d1e8fe

Browse files
committed
Release 2.6.6
1 parent 67ac9bb commit 3d1e8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== Version 2.6.6 - unreleased
1+
== Version 2.6.6 - 2017-06-09 Jeremy Daer <jeremydaer@gmail.com>
22

33
Security:
44
* #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy)

lib/mail/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
MAJOR = 2
66
MINOR = 6
77
PATCH = 6
8-
BUILD = 'rc1'
8+
BUILD = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
1111

0 commit comments

Comments
 (0)