We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9021b0 commit a46c132Copy full SHA for a46c132
CHANGELOG
@@ -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
+
4
== 1.0.0
5
* added support for Mandrill webhook authentication (thanks to @zshannon for the contribution)
6
* stepped to 1.0.0 (applying Semantic Versioning principles; see http://semver.org/)
lib/mandrill-rails/version.rb
@@ -3,5 +3,5 @@ module Rails
end
unless defined?(Mandrill::Rails::VERSION)
- Mandrill::Rails::VERSION = "1.0.0"
+ Mandrill::Rails::VERSION = "1.0.1"
7
0 commit comments