v0.6.0
Breaking Changes
-
Use
Tesla.Adapter.Hackney
as default adapter. Addhackney
to the list of dependencies if you don't want to use another HTTP adapter (see Tesla Adapters to find all available adapters andSRTM.Client.new/2
on how to configure another adapter).def deps do [ {:srtm, "~> 0.6"}, {:hackney, "~> 1.15"} ] end