Breaking Changes
* NATS server hosts are now configured in `NATS_SERVERS` instead of `NATS_OPTIONS`
* `nats_client.send` is now `nats_client.publish`
* The default method `request`, `publish`, and `js_publish` are now async. For sync, use `*_sync` methods instead.
* `NATS_LISTENING_SUBJECT` is renamed to `NATS_NAMESPACE`
* The method name is now included as a NATS subject instead of passing into payload
What's Changed
* Add async support by earthpyy in https://github.com/C0D1UM/django-nats-client/pull/16
* Send back errors by earthpyy in https://github.com/C0D1UM/django-nats-client/pull/18
* Enable Jetstream by earthpyy in https://github.com/C0D1UM/django-nats-client/pull/20
**Full Changelog**: https://github.com/C0D1UM/django-nats-client/compare/v0.3.5...v0.4.0