From 7ef23cadee204a2892350987b3a48ae61b60b0b7 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Tue, 7 Jan 2025 21:35:22 +0100 Subject: [PATCH] chore: prepare 0.7.0 release --- changelog.md | 5 +++++ src/ehttpc.app.src | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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,