Skip to content

Commit a46c132

Browse files
committed
step to 1.0.1
1 parent e9021b0 commit a46c132

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 1.0.1
2+
* When specific format not requested, EventDecorator#message_body returns the first available body content. See \#8
3+
14
== 1.0.0
25
* added support for Mandrill webhook authentication (thanks to @zshannon for the contribution)
36
* stepped to 1.0.0 (applying Semantic Versioning principles; see http://semver.org/)

lib/mandrill-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module Rails
33
end
44
end
55
unless defined?(Mandrill::Rails::VERSION)
6-
Mandrill::Rails::VERSION = "1.0.0"
6+
Mandrill::Rails::VERSION = "1.0.1"
77
end

0 commit comments

Comments
 (0)