README.md in griddler-cloudmailin-0.0.1 vs README.md in griddler-cloudmailin-1.1.0
- old
+ new
@@ -1,21 +1,39 @@
# Griddler::Cloudmailin
+[](https://rubygems.org/gems/griddler-cloudmailin)
+[](https://rubygems.org/gems/griddler-cloudmailin)
+[](https://codeclimate.com/github/thoughtbot/griddler-cloudmailin)
+[](https://gemnasium.com/github.com/thoughtbot/griddler-cloudmailin)
+[](https://hakiri.io/github/thoughtbot/griddler-cloudmailin/master)
+[](https://travis-ci.org/thoughtbot/griddler-cloudmailin)
+[](https://coveralls.io/github/thoughtbot/griddler-cloudmailin?branch=master)
An adapter for [Griddler](https://github.com/thoughtbot/griddler) to allow
[Cloudmailin](http://cloudmailin.com) to be used with the gem.
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'griddler'
gem 'griddler-cloudmailin'
```
## Usage
-TODO: Write usage instructions here
+See the [Griddler](https://github.com/thoughtbot/griddler) gem for usage instructions
+## Upgrading from version 0.0.1
+
+Griddler::Cloudmailin now includes all details of the recipients of the email in the `to` array of a `Griddler::Email`
+object. In version 0.0.1 this method returned the bare address of the Cloudmailin recipient only.
+
+The email `date` is now returned as well.
+
+There is an additional `bcc` array which contains the Cloudmailin recipient if it was BCCed on the email.
+
+Attachments are now returned in the `attachments` array.
+
## More Information
-* [Cloudmailin Docs](http://docs.cloudmailin.com/)
+* [Griddler](https://github.com/thoughtbot/griddler)
+* [Cloudmailin documentation](http://docs.cloudmailin.com/)