This release is the first official public release. It contains many enhancements to opsdroid but also coincides with the release of the [website](opsdroid.github.io) and [twitter](https://twitter.com/opsdroid) account.
Bug fixes:
- Make regex matches case sensitive (28)
- Messages shouldn't be modified by responding (30)
Enhancements:
- Update documentation (20, 42)
- Check multiple locations for config files (22)
- If only one connector specified do not use multiprocessing (23)
- Skill setup is now optional (25)
- Added microbadger badge to README (31)
- Added connector and database base classes (32)
- Print out an example config with the `--gen-config` flag (41)
Breaking changes:
- Test for class inheritance instead of class name when loading connectors and databases (34)