Skip to content

Commit

Permalink
step to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Dec 5, 2013
1 parent e9021b0 commit a46c132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.0.1
* When specific format not requested, EventDecorator#message_body returns the first available body content. See \#8

== 1.0.0
* added support for Mandrill webhook authentication (thanks to @zshannon for the contribution)
* stepped to 1.0.0 (applying Semantic Versioning principles; see http://semver.org/)
Expand Down
2 changes: 1 addition & 1 deletion lib/mandrill-rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module Rails
end
end
unless defined?(Mandrill::Rails::VERSION)
Mandrill::Rails::VERSION = "1.0.0"
Mandrill::Rails::VERSION = "1.0.1"
end

0 comments on commit a46c132

Please sign in to comment.