## v0.0.11
* Updated dependencies and fix for an issue where an unformatted error was
  displayed on the client if no oauth-based accounts package was installed.

## v0.0.10
* On merge, 'profile.name' is now only copied to the winning account if it's
  doesn't already exist.

## v0.0.9
* Support for arbitrary login services. Any login service (including
  third-party packages) can now be used with accounts-merge without making any
  code changes.

## v0.0.8
* Make accounts-merge compatible with Meteor's new package system

## v0.0.7
* Added service options when signing onto external service

## v0.0.6
* Added server side onMerge hook

## v0.0.5
* Addad Github login service

## v0.0.4
* Improved re-login.
* **WARNING:** The callback is now called with a string holding the userId of
  the loosing/deleted user. This used to be an object with both the winner and
  looser userIds, but it's not needed anymore as the improved re-login allows
  you to call Meteor.userId() directly in your code. This update will break
  your app.

## v0.0.3
* Added support for
  [accounts-linkedin](https://atmospherejs.com/package/accounts-linkedin)

## v0.0.2
* Initial public launch
