1.5.0
LaunchDarklyReleaseBot
released this
23 Jun 16:32
·
65 commits
to main
since this release
[1.5.0] - 2022-06-23
Changed:
- Updated
certifi
to 2.9.0. - Updated
shotgun
to 0.5.3. This should obviate the need to overrideshotgun
inmix.exs
for Elixir projects.
Fixed:
- Updated URI parsing to work with OTP 25. Removing the usage of
http_uri:parse
and replacing it withuri_string:parse
.