v0.2.0
Changed how the configuration of :ex_ngrok works:
- Provided a set of reasonable default settings (
ngrok http 4000
) - Added the ability to specify additional options to be passed directly to Ngrok, e.g.
config :ex_ngrok, options: "--region eu"