diff --git a/changelog.md b/changelog.md index 16b2e68..2f328ce 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # ehttpc changes +## 0.7.0 + +- Switch to `gun` 2.1.0. +- Drop support for Erlang/OTP 25 and earlier. + ## 0.6.0 - Changed log format to be more structured, `host` and `port` are included in the log data fields. diff --git a/src/ehttpc.app.src b/src/ehttpc.app.src index e7f5e52..e0b5f45 100644 --- a/src/ehttpc.app.src +++ b/src/ehttpc.app.src @@ -1,6 +1,6 @@ {application, ehttpc, [ {description, "HTTP Client for Erlang/OTP"}, - {vsn, "0.6.0"}, + {vsn, "0.7.0"}, {registered, []}, {applications, [ kernel,