Skip to content

Commit

Permalink
step to 1.0.2
Browse files Browse the repository at this point in the history
* moved change log to release notes on github
  • Loading branch information
tardate committed Jun 20, 2014
1 parent 0e76441 commit ecafa32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
== 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/)

== 0.0.4
* removed manadrill gem as a dependency (thanks to @ssaunier for highlighting this)
See release notes at https://github.com/evendis/mandrill-rails/releases
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.1"
Mandrill::Rails::VERSION = "1.0.2"
end

0 comments on commit ecafa32

Please sign in to comment.