# Changelog

All Notable changes to `laravel-newsletter` will be documented in this file

##2.2.0
- add compatibility for Laravel 5.2

##2.1.0
- added functions to create, update, delete campaigns, update subscriber details

##2.0.0
- merge vars can now be specified in the subscribe function.

##1.1.0
- added various configuration options

##1.0.3
- fixed binding of the newsletterinterface in the service provider

##1.0.2
- changed getenv() to Laravel's env() in the config file

##1.0.1
- added a missing binding to the service provider

##1.0.0

- initial release

