Changelog
1.2.1
- Corrected some typos in support for UTM parameters.
- Corrected the changelog.
- Improved the GitHub Actions workflow.
- Fixed a case where a list was improperly constructed.
1.2.0
- Add support for Bamboo 1.3.
- Add a helper module (Bamboo.ElasticEmail) to put configuration options for
the Elastic Email API.
- Replace the use of Plug.Conn.Query.encode/2 with
Bamboo.ElasticEmail.Utilities.encode_query/2 to better fit the described
behaviour of the Elastic Email API.
- Increase tests and test coverage.
- Update dependencies to latest
1.1.0
- Remove support for Elixir 1.3
- Expand range of support for versions of Poison and Elixir.
- Update some code to be clearer, use and prefer string keys over atom keys.
1.0.0
- Jonathan Principe extended the postBack functionality into support for all
previously unsupported ElasticEmail send parameters.
- Removed support for Elixir 1.3.
0.2.0
- Updated dependencies to support Bamboo 1.0
- Jonathan Principe added support for ElasticEmail postBack functionality.
0.1.0
- Initial release, targeting Bamboo 0.8.0.