# 2.0.1

- Fix Node engine requirement
- Update docs

# 2.0.0

- TypeScript rewrite
- Same API now works with promises
- Use node-fetch instead of request
  **Breaking Changes**
- Library no longer mapes `tags` property to `tag` property.
- New minimum version of Node 8+

# 1.0.0

- Callback now conforms to the Node standard of `function(error, response)`
- No more lodash dependency
- Requires Node 4+
- Semver from here on out.
