danielberkompas / ex_twilio

Twilio API client for Elixir
MIT License
334 stars 146 forks source link

fix(deprecation): :crypto.hmac -> :crypto.mac, Bitwise.^^^ -> Bitwise.bxor #154

Closed seantanly closed 3 years ago

seantanly commented 3 years ago

Related to PR https://github.com/danielberkompas/ex_twilio/pull/147#issue-581644554 to support OTP 24

marcandre commented 3 years ago

@danielberkompas a release with this merged in would be appreciated

danielberkompas commented 3 years ago

@marcandre Done! See v0.9.1

marcandre commented 3 years ago

Wonderful, thanks, and thanks again @seantanly for the patch